Mercurial > zeropaste
comparison config/environments/test.rb @ 198:f513b1ca455a
Add the new eager_load config parameter.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 08 May 2013 00:08:33 +0900 |
parents | cb30b72e8ded |
children | 681bfba39449 |
comparison
equal
deleted
inserted
replaced
197:af80541dc915 | 198:f513b1ca455a |
---|---|
29 # Raise exception on mass assignment protection for Active Record models | 29 # Raise exception on mass assignment protection for Active Record models |
30 config.active_record.mass_assignment_sanitizer = :strict | 30 config.active_record.mass_assignment_sanitizer = :strict |
31 | 31 |
32 # Print deprecation notices to the stderr | 32 # Print deprecation notices to the stderr |
33 config.active_support.deprecation = :stderr | 33 config.active_support.deprecation = :stderr |
34 | |
35 config.eager_load = false | |
34 end | 36 end |