Hi Matt, In my "my documents" directory (outside of Aptana Studio) I created a new project "rails testout -d mysql", then in the testout directory (cd testout) I tried "rake rails:freeze:gems" and still get the same error. I can't figure out why this won't work.
I then created a new project in Apatana Studio "testin". I then did (in the command line) the rails:freeze:edge RELEASE=2.2.2 step manually and made sure that I unzipped the file in /testin/vendor directory. It seems to work. I can start the server and run rake jobs. The only thing missing is rails/ REVISION_dc88847e5ce392eed210b97525c14fca55852867. Do you think this is a good work around? On Mar 18, 12:34 pm, sultan <[email protected]> wrote: > I guess I am running 1.3.1. I thought I was running 2.2.2 > > On Mar 18, 12:16 pm, Matt Jones <[email protected]> wrote: > > > On Mar 17, 10:35 am, sultan <[email protected]> wrote: > > > > I am on XP. This is the first time I am trying to freeze to a gem. > > > This is what I get: > > > > rake rails:freeze:gems --trace > > > (in C:/Documents and Settings/Sultan/My Documents/Aptana Studio/ > > > upload) > > > ** Invoke rails:freeze:gems (first_time) > > > ** Execute rails:freeze:gems > > > Freezing to the gems for Rails 2.2.2 > > > rm -rf vendor/rails > > > mkdir -p vendor/rails > > > cd vendor/rails > > > Unpacked gem: 'C:/Documents and Settings/Sultan/My Documents/Aptana > > > Studio/upload/vendor/rails/activesupport-2.2.2'mv activesupport-2.2.2 > > > activesupport > > > > rm -rf vendor/rails > > > rake aborted! > > > Permission denied - activesupport-2.2.2 or activesupport > > > If you manually unpack the activesupport-2.2.2 gem, can you rename the > > directory it creates? Try this at the command line: > > > gem unpack activesupport --version '= 2.2.2' > > mv activesupport-2.2.2 activesupport > > > Also, for reference, what version of Rubygems are you running (do a > > 'gem --version')? > > > CC me directly for quicker replies. > > > --Matt Jones --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

