how can i detect browser type and its version in Rails. I want to put check on the version of specific browser and if its not required browser version than ask user to upgrade i
Try the browser gem. Very simple and can solve your purpose.
You can find the gem Here very easy to use.