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
Top 5 Popular Articles
