aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-11-26 14:55:56 +1100
committerRyan Bigg <radarlistener@gmail.com>2010-11-26 14:55:56 +1100
commit1d5db09ca7cd2d8fa2d05c138e0211979fdbe966 (patch)
tree2ccadab4e789d9ebb62e9268e619bf3d2eac05ec /railties
parente96a64fb3910ad0ec2f3b7a970ae6047dfb89e01 (diff)
downloadrails-1d5db09ca7cd2d8fa2d05c138e0211979fdbe966.tar.gz
rails-1d5db09ca7cd2d8fa2d05c138e0211979fdbe966.tar.bz2
rails-1d5db09ca7cd2d8fa2d05c138e0211979fdbe966.zip
There is no RAILS_GEM_VERSION environment variable or constant for Rails 3, since this is now managed by Bundler
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/configuring.textile2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/configuring.textile b/railties/guides/source/configuring.textile
index a7244de19f..a4e85de590 100644
--- a/railties/guides/source/configuring.textile
+++ b/railties/guides/source/configuring.textile
@@ -247,8 +247,6 @@ Some parts of Rails can also be configured externally by supplying environment v
* +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.
-* +ENV['RAILS_GEM_VERSION']+ defines the version of the Rails gems to use, if +RAILS_GEM_VERSION+ is not defined in your +environment.rb+ file.
-
h3. Changelog
* August 13, 2009: Updated with config syntax and added general configuration options by "John Pignata"