Created
July 16, 2012 18:19
-
-
Save ka8725/3124112 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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