Skip to content

Instantly share code, notes, and snippets.

@rjmAmaro
rjmAmaro / rails-new-project-guide.md
Last active March 18, 2018 19:36
Guide to create a new Ruby-on-Rails project

Ruby-on-Rails: Guide to create a new project

1. Set Ruby version and create Gemset

$ rvm --ruby-version --create use <ruby-version>@<gemset-name>

Creates the .ruby-version and the .ruby-gemset files.