Install another version of Rails in the same system
Install another version of Rails in the same system ::
Link :: https://stackoverflow.com/questions/17052629/how-to-switch-to-an-older-version-of-rails
.............................................................................
1. gem uninstall rails
2. rvm gemset create rails6
3. rvm gemset use rails6
4. gem install rails -v 6.1.3.1
5. rails -v
Comments
Post a Comment