jQueryMobile! For Rails! So Great.
View the Project on GitHub RudyIndustries/jquerymobile-rails
This gem looks to serve not only as a means of elegantly incorportating jQueryMobile into your application but as well, a means of incorporating additional promanant jquerymobile resources!
See jquery-mobile-rails for
incorporatation of strictly jQueryMobile into your assets pipeline.
The gem conviently follows a one-to-one versioning with jQueryMobile as well.
This gem currently provides:
In your Gemfile, add this line:
gem "jquerymobile-rails"
Then, run
$ bundle install
For Rails 3.1 and greater, the files will be added to the asset pipeline and available for you to use.
The following will need to be added to the file app/assets/javascripts/application.js:
//= require jquerymobile
The following will need to be added to the file app/assets/stylesheets/application.css:
*= require jquerymobile
The following will need to be added to the %head tag of the file app/views/layouts/applicaion.html.haml:
%meta{ name: :viewport, content: 'width=device-width, initial-scale=1'}
This gem does not support Rails versions preceding 3.1.
Documentation for this project may be accessed through it's RubyGems Site here.
Please submit bugs any bugs found in jQueryMobile-Rails here, we appreaciate your help improving jQueryMobile-Rails.
This gem looks to serve not only as a means of elegantly incorportating jQueryMobile into your application but as well, a means of incorporating additional promanant jquerymobile resources!
In progress development tasks include:
If you have suggestions please contact jQueryMobile-Rails.RubyGems@RudyIndustries.com. The google group is publically vieable here. Thanks!