Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

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  
    6969      for framework in %w(railties actionpack activerecord actionmailer activesupport activeresource) 
    7070        system "svn export #{rails_svn}/#{framework} vendor/rails/#{framework}" + (ENV['REVISION'] ? " -r #{ENV['REVISION']}" : "") 
    7171      end 
     72       
     73      puts "Updating current scripts, javascripts, and configuration settings" 
     74      Rake::Task["rails:update"].invoke 
    7275    end 
    7376  end 
    7477