Simple Rails app, mostly scaffolding. I want to detect whether the user is using Android or iPhone to access my app. What\'s the easiest way to do that?
the user_agent gem is useful for mobile vs. desktop..., and browser version. but doesn't do anything for OS https://github.com/josh/useragent