Last active
January 4, 2016 21:39
-
-
Save yoeun/8682731 to your computer and use it in GitHub Desktop.
Commans for new Ruby projects
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
| cd projectname | |
| rvm --rvmrc --create use ruby-x.x.x@projectname | |
| bundle init # if applicable | |
| vim Gemfile | |
| bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment