My app doesn't like 2.3.3 mainly due to a known bug in Rails that will
be fixed in 2.3.4

I had 2.3.2 frozen until I downloaded and tested 2.3.3

Now I want to freeze 2.3.2 back into my app but rake rails:freeze:gems
insists on unpacking 2.3.3 and an edge freeze for the 2.3.2 version
fails


C:\Development\Aptana\cloud_community>rake rails:freeze:gems
(in C:/Development/Aptana/cloud_community)
Freezing to the gems for Rails 2.3.3
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
Unpacked gem:
'C:/Development/Aptana/cloud_community/vendor/rails/activesupport-
2.3.3'
mv activesupport-2.3.3 activesupport
Unpacked gem:
'C:/Development/Aptana/cloud_community/vendor/rails/activerecord-2
.3.3'
mv activerecord-2.3.3 activerecord
Unpacked gem:
'C:/Development/Aptana/cloud_community/vendor/rails/actionpack-2.3
.3'
mv actionpack-2.3.3 actionpack
Unpacked gem:
'C:/Development/Aptana/cloud_community/vendor/rails/actionmailer-2
.3.3'
mv actionmailer-2.3.3 actionmailer
Unpacked gem:
'C:/Development/Aptana/cloud_community/vendor/rails/activeresource
-2.3.3'
mv activeresource-2.3.3 activeresource
Unpacked gem:
'C:/Development/Aptana/cloud_community/vendor/rails/rails-2.3.3'
cd -

C:\Development\Aptana\cloud_community>rake rails:unfreeze
(in C:/Development/Aptana/cloud_community)
rm -rf vendor/rails

C:\Development\Aptana\cloud_community>rake rails:unfreeze
(in C:/Development/Aptana/cloud_community)
rm -rf vendor/rails

C:\Development\Aptana\cloud_community>rake rails:freeze:edge
RELEASE=2.3.2
(in C:/Development/Aptana/cloud_community)
cd vendor
Downloading Rails from
http://dev.rubyonrails.org/archives/rails_2.3.2.zip
Unpacking Rails
rm -rf rails
C:/Development/InstantRails/ruby/bin/rake: No such file or directory -
unzip rai
ls.zip
rm -f rails.zip
rm -f rails/Rakefile
rm -f rails/cleanlogs.sh
rm -f rails/pushgems.rb
rm -f rails/release.rb
touch rails/REVISION_328ba3b333777bbc1269cbe0e9f590c845006c9d
rake aborted!
No such file or directory -
rails/REVISION_328ba3b333777bbc1269cbe0e9f590c845006
c9d

(See full trace by running task with --trace)

Any ideas how to proceed from here will be greatly appreciated.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to