What are the steps to convert a Ruby on Rails app into an Phonegap iOS app?
I have a site 开发者_Python百科built on top of Rails. In essence, I want to release a lightweight version of it for the appstore, and I think Phonegap is a good solution w/o writing a full iOS application.
What would be the easiest way to get something like this out of the door?
Try looking at these:
- PhoneGap and rails 3: How to interact with a rails 3 app
- Rails 3 / PhoneGap: Converting a Rails app into an Phonegap iOS app?
- Using Phonegap as a native container for a Rails 3 App
- Rails 3.2 and phonegap
This Kanna framework looks interesting too, allowing you to use a gem to unite Rails and Cordova/Phonegap:
https://github.com/SonicGarden/kanna
精彩评论