aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-17 22:17:08 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-17 22:18:08 -0300
commitd7f8b2a06811ca3266946b1e6bef27cd5ce09762 (patch)
treec61f6bad54222436e62ef5f78ad13ef7a5a10789 /guides/source/configuring.md
parente6278348b7a4b2df0b10336f0287f064e068fa3f (diff)
downloadrails-d7f8b2a06811ca3266946b1e6bef27cd5ce09762.tar.gz
rails-d7f8b2a06811ca3266946b1e6bef27cd5ce09762.tar.bz2
rails-d7f8b2a06811ca3266946b1e6bef27cd5ce09762.zip
Add more CHANGELOG entries from #7927
Also remove references for RAILS_ASSET_ID from the guides [ci skip]
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 1a9a2abef9..ab2766054b 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -567,8 +567,6 @@ Some parts of Rails can also be configured externally by supplying environment v
* `ENV["RAILS_RELATIVE_URL_ROOT"]` is used by the routing code to recognize URLs when you deploy your application to a subdirectory.
-* `ENV["RAILS_ASSET_ID"]` will override the default cache-busting timestamps that Rails generates for downloadable assets.
-
* `ENV["RAILS_CACHE_ID"]` and `ENV["RAILS_APP_VERSION"]` are used to generate expanded cache keys in Rails' caching code. This allows you to have multiple separate caches from the same application.