Created
November 10, 2014 10:06
-
-
Save g-ilham/a9e570f0a0c59c63784d to your computer and use it in GitHub Desktop.
Create projects with old rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*Create projects with old rails* | |
mkdir my_app | |
gem install rails -v 3.0.3 | |
gem install railties -v 3.0.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment