Skip to content

Instantly share code, notes, and snippets.

@cema-sp
Created June 26, 2015 10:54
Show Gist options
  • Save cema-sp/97d2d4c824510b3dcddd to your computer and use it in GitHub Desktop.
Save cema-sp/97d2d4c824510b3dcddd to your computer and use it in GitHub Desktop.
config/application.rb
# config/application.rb
config.generators do |g|
g.assets = false
g.helper = false
end
config.action_controller.include_all_helpers = false
config.active_record.schema_format = :sql
config.colorize_logging = false
config.paths.add "extras", eager_load: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment