Skip to content

Instantly share code, notes, and snippets.

@jmmcduffie
Created March 25, 2015 23:00
Show Gist options
  • Save jmmcduffie/fa09376940afdf67ebc1 to your computer and use it in GitHub Desktop.
Save jmmcduffie/fa09376940afdf67ebc1 to your computer and use it in GitHub Desktop.
Rails generators configuration
# in config/application.rb
config.generators do |g|
g.helper false
g.assets false
g.skip_routes true
g.controller_specs false
g.view_specs false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment