diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-12-08 03:54:50 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-12-08 03:54:50 +0000 |
commit | 9d88348e2ef367bcca612b2b5fba5e7189e2db20 (patch) | |
tree | 9dfbc048ef1409c0806af4acc7b8aee447f14f38 /railties/environments | |
parent | b4cf3f57390862d1db93d0d84123667e3ed3910a (diff) | |
download | rails-9d88348e2ef367bcca612b2b5fba5e7189e2db20.tar.gz rails-9d88348e2ef367bcca612b2b5fba5e7189e2db20.tar.bz2 rails-9d88348e2ef367bcca612b2b5fba5e7189e2db20.zip |
Warn people not to change boot.rb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3231 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/environments')
-rw-r--r-- | railties/environments/boot.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/environments/boot.rb b/railties/environments/boot.rb index 96aa96bc4e..9fcd50fe3f 100644 --- a/railties/environments/boot.rb +++ b/railties/environments/boot.rb @@ -1,3 +1,5 @@ +# Don't change this file. Configuration is done in config/environment.rb and config/environments/*.rb + unless defined?(RAILS_ROOT) root_path = File.join(File.dirname(__FILE__), '..') unless RUBY_PLATFORM =~ /mswin32/ |