Ticket #10565: invoke_update_after_freeze_edge.diff
| File invoke_update_after_freeze_edge.diff, 0.6 kB (added by jeff, 7 months ago) |
|---|
-
railties/lib/tasks/framework.rake
old new 69 69 for framework in %w(railties actionpack activerecord actionmailer activesupport activeresource) 70 70 system "svn export #{rails_svn}/#{framework} vendor/rails/#{framework}" + (ENV['REVISION'] ? " -r #{ENV['REVISION']}" : "") 71 71 end 72 73 puts "Updating current scripts, javascripts, and configuration settings" 74 Rake::Task["rails:update"].invoke 72 75 end 73 76 end 74 77