Mercurial > rsstweet
comparison config/environments/test.rb @ 19:157f7fd136fc
Double quotes everywhere.
| author | edogawaconan <me@myconan.net> | 
|---|---|
| date | Fri, 05 Sep 2014 23:11:19 +0900 | 
| parents | 7362277d416d | 
| children | 6267a4188c05 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 18:aeb4d50ec21b | 19:157f7fd136fc | 
|---|---|
| 12 # preloads Rails for running tests, you may have to set it to true. | 12 # preloads Rails for running tests, you may have to set it to true. | 
| 13 config.eager_load = false | 13 config.eager_load = false | 
| 14 | 14 | 
| 15 # Configure static asset server for tests with Cache-Control for performance. | 15 # Configure static asset server for tests with Cache-Control for performance. | 
| 16 config.serve_static_assets = true | 16 config.serve_static_assets = true | 
| 17 config.static_cache_control = 'public, max-age=3600' | 17 config.static_cache_control = "public, max-age=3600" | 
| 18 | 18 | 
| 19 # Show full error reports and disable caching. | 19 # Show full error reports and disable caching. | 
| 20 config.consider_all_requests_local = true | 20 config.consider_all_requests_local = true | 
| 21 config.action_controller.perform_caching = false | 21 config.action_controller.perform_caching = false | 
| 22 | 22 | 
