Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Add eager_load to configs
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmola committed Apr 9, 2016
1 parent b98d886 commit 6b2de26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/dummy/config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@
config.action_mailer.delivery_method = :ses
config.action_mailer.raise_delivery_errors = true
config.action_mailer.perform_deliveries = true
config.eager_load = false
end
1 change: 1 addition & 0 deletions test/dummy/config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@
config.action_mailer.delivery_method = :ses
config.assets.compile = true
config.assets.precompile = ['*.js', '*.css', '*.css.erb']
config.eager_load = false
end
1 change: 1 addition & 0 deletions test/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@

# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
config.eager_load = false
end

0 comments on commit 6b2de26

Please sign in to comment.