Skip to content

Instantly share code, notes, and snippets.

@maxivak
Last active December 31, 2015 11:39
Show Gist options
  • Save maxivak/7980932 to your computer and use it in GitHub Desktop.
Save maxivak/7980932 to your computer and use it in GitHub Desktop.
rails create new project
# specific version of Rails, with MySQL database
rails _VERSION_ new myapp -d mysql
examples:
rails _3.2.16_ new myapp -d mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment