Created
May 13, 2015 16:57
-
-
Save MichalZalecki/22213113bd8f08322f43 to your computer and use it in GitHub Desktop.
Disable autogenerated junk
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
# /config/environments/development.rb | |
config.generators.assets = false | |
config.generators.helper = false | |
config.generators.view_specs = false | |
config.generators.helper_specs = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment