RubyGems.org

Rack::MobileDetect detects mobile devices and adds an X_MOBILE_DEVICE header to the request if a mobile device is detected. Specific devices can be targeted with custom Regexps and redirect support is available.

installgem install rack-mobile-detect -v 0.3.0
Authors

Tom Alison

125,102 total downloads 70,901 for this version
Owners

4d965b1181b91287ac23859b2e461345

Gemfile
gem "rack-mobile-detect", "~> 0.3.0"
Versions
  1. 0.4.0 June 7, 2012
  2. 0.3.0 March 12, 2011
  3. 0.2.0 March 14, 2010
  4. 0.1.1 October 30, 2009
  5. 0.1.0 October 29, 2009
Runtime Dependencies
  1. rack >= 0
Development Dependencies
  1. shoulda >= 0