aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/environment.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-04-01 05:55:47 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-04-01 05:55:47 +0000
commit53e1e50e0475fbb6009fc60ad374e9788ab710cd (patch)
tree3df2c8602c586222454ea2e49abfcb1f728e0356 /railties/environments/environment.rb
parenta09b202e8321717921ff729d4a1233770fd52be4 (diff)
downloadrails-53e1e50e0475fbb6009fc60ad374e9788ab710cd.tar.gz
rails-53e1e50e0475fbb6009fc60ad374e9788ab710cd.tar.bz2
rails-53e1e50e0475fbb6009fc60ad374e9788ab710cd.zip
Specify gem version in environment.rb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4111 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/environments/environment.rb')
-rw-r--r--railties/environments/environment.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index f548b23447..5fbceb69dc 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -4,6 +4,9 @@
# you don't control web/app server and can't set it the proper way
# ENV['RAILS_ENV'] ||= 'production'
+# Specifies gem version of Rails to use when vendor/rails is not present
+RAILS_GEM_VERSION = '<%= Rails::VERSION::STRING %>'
+
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')