moblove

Usage

in rails

Gemfile

group :development do
  gem "moblove"
end

rails generate mobile

this will create a layout file that uses html5 and media queries to optimize your app for mobile devices.

The generator will also create stylesheets that serve as a solid baseline for a mobile app-like experience.