$ rake -T rails shows an update task but not an upgrade one (in my 2.1.1 app). The rails:update task only updates "configs, scripts and public/javascripts from Rails." It doesn't update Rails itself. If you have Rails in vendor/rails, then you'll have to replace that w/ 2.2.2. If you're depending on gems, then it should be as easy as setting RAILS_GEM_VERSION and running rake rails:update. Now, that doesn't mean that your app will work or your tests/specs will pass. You may have to make some changes.
Regards, Craig --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

