Skip to content

Instantly share code, notes, and snippets.

@yoeun
Last active January 4, 2016 21:39
Show Gist options
  • Select an option

  • Save yoeun/8682731 to your computer and use it in GitHub Desktop.

Select an option

Save yoeun/8682731 to your computer and use it in GitHub Desktop.
Commans for new Ruby projects
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