Hi All,
Not sure if this is a bug or expected behavior.
I’ve pasted my log below, but basically the first time that I run
rake rails:freeze:gems, I get action* all unpacked into app/vendor/
rails…the 2nd time I run it? I only get vendor/railties/*
Something I’ve done wrong?
Thanks,
Dale
---- log -----
~/cygwin/test$ rake rails:freeze:gems
(in C:/Documents and Settings/Dale Schaafsma/cygwin/app)
Freezing to the gems for Rails 2.3.5
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/activesupport-2.3.5’
mv activesupport-2.3.5 activesupport
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/activerecord-2.3.5’
mv activerecord-2.3.5 activerecord
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/actionpack-2.3.5’
mv actionpack-2.3.5 actionpack
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/actionmailer-2.3.5’
mv actionmailer-2.3.5 actionmailer
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/activeresource-2.3.5’
mv activeresource-2.3.5 activeresource
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/rails-2.3.5’
cd -
~/cygwin/test$ rake rails:freeze:gems
(in C:/Documents and Settings/Dale Schaafsma/cygwin/test)
Freezing to the gems for Rails 2.3.5
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/rails-2.3.5’
cd -
~/cygwin/test$ cd vendor/
~/cygwin/test/vendor$ rm -rf rails
~/cygwin/test/vendor$ ls
plugins
~/cygwin/test/vendor$ ls plugins/
~/cygwin/test/vendor$ cd …
~/cygwin/test$ rake rails:freeze:gems
(in C:/Documents and Settings/Dale Schaafsma/cygwin/test)
Freezing to the gems for Rails 2.3.5
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/activesupport-2.3.5’
mv activesupport-2.3.5 activesupport
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/activerecord-2.3.5’
mv activerecord-2.3.5 activerecord
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/actionpack-2.3.5’
mv actionpack-2.3.5 actionpack
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/actionmailer-2.3.5’
mv actionmailer-2.3.5 actionmailer
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/activeresource-2.3.5’
mv activeresource-2.3.5 activeresource
Unpacked gem: ‘C:/Documents and Settings/Dale Schaafsma/cygwin/test/
vendor
/rails/rails-2.3.5’
cd -
~/cygwin/test$