Tag Archives : Rails command to know the current version of rails in use

How to find the current version of RAILS in use by default on your system

How to find the current version of RAILS in use by default on your system

RAILS Sometimes you might have installed different versions of RAILS on your system and by default one of these RAILS versions will be in use by your RAILS application. To know which version of RAILS is currently being used by your application by default use the following command. rails –version

Powered ByDigital Updates