Mercurial > zeropaste
comparison config/environments/production.rb @ 363:9e860754b5d6
Update renamed config, enforce random test order.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sat, 20 Dec 2014 17:59:37 +0900 |
parents | 8286aec90912 |
children | 68eb23b52864 |
comparison
equal
deleted
inserted
replaced
362:cbf116933259 | 363:9e860754b5d6 |
---|---|
18 # Add `rack-cache` to your Gemfile before enabling this. | 18 # Add `rack-cache` to your Gemfile before enabling this. |
19 # For large-scale production use, consider using a caching reverse proxy like nginx, varnish or squid. | 19 # For large-scale production use, consider using a caching reverse proxy like nginx, varnish or squid. |
20 # config.action_dispatch.rack_cache = true | 20 # config.action_dispatch.rack_cache = true |
21 | 21 |
22 # Disable Rails's static asset server (Apache or nginx will already do this). | 22 # Disable Rails's static asset server (Apache or nginx will already do this). |
23 config.serve_static_assets = false | 23 config.serve_static_files = false |
24 | 24 |
25 # Compress JavaScripts and CSS. | 25 # Compress JavaScripts and CSS. |
26 config.assets.js_compressor = :uglifier | 26 config.assets.js_compressor = :uglifier |
27 # config.assets.css_compressor = :sass | 27 # config.assets.css_compressor = :sass |
28 | 28 |