Mercurial > zeropaste
comparison config/environments/development.rb @ 201:681bfba39449
Hopefully the last bit of mass assignment update.
| author | Edho Arief <edho@myconan.net> |
|---|---|
| date | Wed, 08 May 2013 00:18:36 +0900 |
| parents | f513b1ca455a |
| children | d4cf49db9c49 |
comparison
equal
deleted
inserted
replaced
| 200:2d9d54b960de | 201:681bfba39449 |
|---|---|
| 17 config.active_support.deprecation = :log | 17 config.active_support.deprecation = :log |
| 18 | 18 |
| 19 # Only use best-standards-support built into browsers | 19 # Only use best-standards-support built into browsers |
| 20 config.action_dispatch.best_standards_support = :builtin | 20 config.action_dispatch.best_standards_support = :builtin |
| 21 | 21 |
| 22 # Raise exception on mass assignment protection for Active Record models | |
| 23 config.active_record.mass_assignment_sanitizer = :strict | |
| 24 | |
| 25 # Do not compress assets | 22 # Do not compress assets |
| 26 config.assets.compress = false | 23 config.assets.compress = false |
| 27 | 24 |
| 28 # Expands the lines which load the assets | 25 # Expands the lines which load the assets |
| 29 config.assets.debug = true | 26 config.assets.debug = true |
