No commit activity in last 3 years
No release in over 3 years
A gem packaged with Jquery Mobile and a generator to work with mobile_rails gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

mobile_rails_jquery_mobile

jQuery Mobile gem for Rails 3.1 with asset pipeline, also includes some generator to work with mobile_rails gem.

This gem is currently based on jQuery 1.0 final.

To install this gem simply include this in your Gemfile:

gem 'mobile_rails_jqm'

Generating mobile layout for mobile_rails gem

You can generate the layout as well as javascripts and stylesheets manifest files using:

$ rails g  mobile_rails_jqm:install

If you prefer haml:

$ rails g  mobile_rails_jqm:install --haml