Skip to content

Instantly share code, notes, and snippets.

@ka8725
Created July 16, 2012 18:19
Show Gist options
  • Save ka8725/3124112 to your computer and use it in GitHub Desktop.
Save ka8725/3124112 to your computer and use it in GitHub Desktop.
1. rails new <name> --skip-bundle --database=mysql --skip-test-unit --old-style-hash
2. delete vendor folder
3. delete doc folder
4. delete rails.png
5. delete public/index.html
6. create config for db
7. change application.rb to do not generate helpers/assets and etc. waste files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment