Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Adding some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tscolari committed Sep 15, 2011
1 parent e2ce012 commit abed536
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 264 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
jquery-rails (1.0.14)
railties (~> 3.0)
thor (~> 0.14)
jquery_mobile_rails (1.0b3)
jquery_mobile_rails (1.0b3.1)
rails (~> 3.1.0)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
Expand Down
261 changes: 0 additions & 261 deletions README

This file was deleted.

12 changes: 12 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
=== Mobile Application Sample

This is an example of how to use mobylette gem and jquery mobile to deliver a mobile version of a Rails application.

* The tutorial is here: http://devtscolarime.andronautas.com.br/2011/09/15/how-to-build-a-mobile-rails-3-1-app
* And the application is running on heroku here: http://mobile-sample-app.heroku.com

Access it from your cell phone too:

http://qrcode.kaywa.com/img.php?s=5&d=http%3A%2F%2Fmobile-sample-app.heroku.com%2F&.png


15 changes: 13 additions & 2 deletions doc/README_FOR_APP
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
Use this README file to introduce your application and point to useful places in the API for learning more.
Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.
=== Mobile Application Sample

This is an example of how to use mobylette gem and jquery mobile to deliver a mobile version of a Rails application.

* The tutorial is here: http://devtscolarime.andronautas.com.br/2011/09/15/how-to-build-a-mobile-rails-3-1-app
* And the application is running on heroku here: http://mobile-sample-app.heroku.com

Access it from your cell phone too:

{<img src="http://qrcode.kaywa.com/img.php?s=5&#038;d=http%3A%2F%2Fmobile-sample-app.heroku.com%2F&.png" />}



0 comments on commit abed536

Please sign in to comment.