Skip to content

Instantly share code, notes, and snippets.

@g-ilham
Last active November 18, 2016 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save g-ilham/99fa189ef81ec4d352b9217564612bc8 to your computer and use it in GitHub Desktop.
Save g-ilham/99fa189ef81ec4d352b9217564612bc8 to your computer and use it in GitHub Desktop.
Quick start rails apps

rails new name_of_project -d postgresql -J --skip-turbolinks --no-skip-javascript -T -B -C

-d - is for defenition of database

-J --skip-turbolinks - is for skip turbolinks

-T - is for skip creation a /test folder

-B - is for skipping running bundle after create folders

-C - is for skipping creating action cable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment