/jquery_mobile-rails

This gem provides the jQuery Mobile assets for your Rails application.

Primary LanguageRubyMIT LicenseMIT

jQuery Mobile for Rails

This gem vendors the jQuery Mobile 1.1.0 RC2 assets for Rails 3.1 and greater. The files will be added to the asset pipeline and available for you to use.

Installation

In your Gemfile, add this line:

gem "jquery_mobile-rails"

You can include it by adding the following to your javascript and stylesheet files:

//= require jquery_mobile

You're done!