jorgemanrubia / mailgun_rails

Rails Action Mailer adapter for Mailgun
MIT License
210 stars 70 forks source link

Set eager load (to the default settings) in the dummy app #37

Closed iainbeeston closed 9 years ago

iainbeeston commented 9 years ago

When I run the tests (using rails 4.2) I get the following warnings:

config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:

  * development - set it to false
  * test - set it to false (unless you use a tool that preloads your test environment)
  * production - set it to true

To get rid of those, I've set eager_load to the default values specified.

iainbeeston commented 9 years ago

I've also fixed another warning, about serve_static_assets being renamed to serve_static_files

jorgemanrubia commented 9 years ago

:+1: thank you