Update to Rails 2.3.8
This commit is contained in:
parent
6677b46cb4
commit
f0635301aa
429 changed files with 17683 additions and 4047 deletions
|
@ -64,7 +64,10 @@ namespace :rails do
|
|||
rm_f goner
|
||||
end
|
||||
|
||||
touch "rails/REVISION_#{latest_revision}"
|
||||
puts "Frozen to git revision #{latest_revision}"
|
||||
File.open('rails/REVISION', 'w') do |revision|
|
||||
revision.puts latest_revision
|
||||
end
|
||||
end
|
||||
|
||||
puts 'Updating current scripts, javascripts, and configuration settings'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue