Skip to content

Demo repos for iOS and Rails to show how to wrap your Rails app with Turbolinks 5 on iOS, substituting your normal HTML navigation for native views on iOS.

Notifications You must be signed in to change notification settings

makaio/turbolinks-5-native-navigation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a repo with a sample Rails and iOS app to show you how to present a native navigation view in a Turbolinks 5 app while preserving the usual HTML navigation for web visitors.

Getting Started

In the rails_app directory:

  1. Run bundle install to install the dependancies.

  2. Run rails s to start the Rails app server.

In the ios_app directory:

  1. Make sure you have cocoapods installed: gem install cocoapods

  2. Run pod install to install the codoapod dependancies

  3. Open ios_app.xcworkspace in XCode and run the app.

About

Demo repos for iOS and Rails to show how to wrap your Rails app with Turbolinks 5 on iOS, substituting your normal HTML navigation for native views on iOS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published