Skip to content

Instantly share code, notes, and snippets.

@biow0lf
Last active November 23, 2015 14:30
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 biow0lf/5d1bf51caa5faa4d0a8a to your computer and use it in GitHub Desktop.
Save biow0lf/5d1bf51caa5faa4d0a8a to your computer and use it in GitHub Desktop.
Rails.application.configure do
config.generators do |g|
g.orm :active_record, migration: true
g.test_framework :rspec, fixtures: false
g.helper false
g.decorator false
g.controller assets: false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment