public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
RAILS_ROOT, please

git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/stable@4199 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Fri Apr 07 11:29:43 -0700 2006
commit  83824935518f62cee9cc1c120b125085072f583c
tree    f343e131567d92891cef1d352a91a1bdda0b61df
parent  a60ecc15713fe52576f6cfdec4d72990e0afe681
...
108
109
110
111
 
112
113
114
...
108
109
110
 
111
112
113
114
0
@@ -108,7 +108,7 @@
0
       require 'railties_path'
0
       project_dir = RAILS_ROOT + '/public/javascripts/'
0
       scripts = Dir[RAILTIES_PATH + '/html/javascripts/*.js']
0
- FileUtils.cp(RAILTIES_PATH + '/environments/boot.rb', RAILTIES_PATH + '/environments/boot.rb')
0
+ FileUtils.cp(RAILTIES_PATH + '/environments/boot.rb', RAILS_ROOT + '/config/boot.rb')
0
     end
0
   end
0
 end

Comments

    No one has commented yet.