Mercurial > zeropaste
comparison config/environments/development.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 |
---|---|
25 # Do not compress assets | 25 # Do not compress assets |
26 config.assets.compress = false | 26 config.assets.compress = false |
27 | 27 |
28 # Expands the lines which load the assets | 28 # Expands the lines which load the assets |
29 config.assets.debug = true | 29 config.assets.debug = true |
30 | |
31 config.eager_load = false | |
30 end | 32 end |