Skip to content

Instantly share code, notes, and snippets.

@MichalZalecki
Created May 13, 2015 16:57
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 MichalZalecki/22213113bd8f08322f43 to your computer and use it in GitHub Desktop.
Save MichalZalecki/22213113bd8f08322f43 to your computer and use it in GitHub Desktop.
Disable autogenerated junk
# /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