mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Warn people not to change boot.rb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3231 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
b4cf3f5739
commit
9d88348e2e
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue