Sha256: 64681b6aa58bc8288f7ec9dc15e4a4cc1bfbafa21911a53cc21e2a5eafed1c80
Contents?: true
Size: 1.62 KB
Versions: 2
Compression:
Stored size: 1.62 KB
Contents
= schmobile A mobile user agent detection Rack middleware. == Redirecting It can be configured to return the user to an explicit destination: use Rack::Schmobile, :redirect_to => "/mobile" It supports string interpolation for dynamic destinations: use Rack::Schmobile, :redirect_to => "/mobile/#!/{{path}}" == Forcing mobile mode You can force toggle mobile mode by sending +schmobile_mode=enabled+ and +schmobile_mode=disabled+ - note that these require session access. Finally the middleware provides Rack::Request#is_mobile? == User agent detection You can add/remove user agents like so: Rack::Schmobile.add_user_agent_pattern("wibble") Rack::Schmobile.remote_user_agent_pattern("ipad") == Thanks Not quite what we were looking for, but good inspiration and may work for you: https://github.com/talison/rack-mobile-detect https://github.com/brendanlim/mobile-fu == Contributing to schmobile * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start a feature/bugfix branch * Commit and push until you are happy with your contribution * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. == Copyright Copyright (c) 2011 Morten Primdahl. See LICENSE.txt for further details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
schmobile-0.0.4 | README.rdoc |
schmobile-0.0.3 | README.rdoc |