public
Fork of rails/rails
Description: Ruby on Rails - forked for implementing I18n patch
Homepage: http://rubyonrails.org
Clone URL: git://github.com/svenfuchs/rails.git
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  cfc4fc92928cb33414efc7fa03e0bb398822e022
tree    f343e131567d92891cef1d352a91a1bdda0b61df
parent  a60ecc15713fe52576f6cfdec4d72990e0afe681
...
108
109
110
111
 
112
113
114
...
108
109
110
 
111
112
113
114
0
@@ -108,7 +108,7 @@ namespace :rails do
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.