I'm using mobile-fu on a few Rails apps on Heroku:

https://github.com/brendanlim/mobile-fu

It does device detection by checking the user agent against a giant regex.

It also provides a mobile mime type so you can put your mobile-specific views 
in their own foo.mobile.erb views if you want.

On Mar 18, 2011, at 6:01 AM, railsnerd <rails.n...@gmail.com> wrote:

> Hi there
> 
> Is anyone using Heroku to serve a mobile and desktop version of their
> site?
> 
> How to handle device detection?  Particularly when using the some URLs
> to deliver different markup/content to the two different platforms.
> 
> Any ideas of a device detection strategy?  Even if it was just
> "mobile" or "desktop" (as opposed to detecting specific handsets).
> 
> cheers
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Heroku" group.
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to 
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/heroku?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to