mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
There is no RAILS_GEM_VERSION environment variable or constant for Rails 3, since this is now managed by Bundler
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user