RubyGems.org

A collection of shortcuts and helpers for leveraging a request's env in Rails, such as including a browser-specific stylesheet if one exists or putting a short version of the user agent in the CSS classes of the body tag. This eliminates the need for most hacks or conditional comments since you can now get browser-specific with your CSS rules (ex. body.ie6 div { ... })

installgem install quartermaster
Authors

Dave Myron

3,675 total downloads 959 for this version
Owners

74c036cfbef785b139d06ccad4687b44F2b145e732ca71c9fdfe56ed040d7490

Gemfile
gem "quartermaster", "~> 1.0.3"
Versions
  1. 1.0.3 May 9, 2008
  2. 1.0.2 May 8, 2008
  3. 1.0.1 May 8, 2008
  4. 1.0.0 May 6, 2008
Runtime Dependencies
  1. hoe >= 1.5.1