RAILS When you use the command gem install -rails to install Rails on your system, by default it will always install the latest Rails version. In case you need to install a specific version of Rails because of whatever reasons you might have, you can use the following command. gem install rails –version 3.0.1 The above mentioned command will install the mentioned version 3.0.1 on your system. You should replace 3.0.1 …
About 542 days ago
Kumar Deepam
0 Comment
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
About 542 days ago
Kumar Deepam
0 Comment
Top 5 Popular Articles
