On 13 April 2011 18:38, Manuele Dones <[email protected]> wrote: > I've already installed Rails 3.0.6. > Now when i run "script server" on a project realised with rails 3.0.4 it > replies me with the following: "Could not find activesupport-3.0.4 in any of > the sources". I'm supposing that the reason is I've the activesupport-3.0.6 > installed and he cannot find the 3.0.4. > Do you know how to migrate a project from rails3.0.4 to rails 3.0.6? > Thanks guys! ;-)
Which version of rails have you specified in your Gemfile? After changing it there (if you have not already) run bundle install and rake rails:update Make sure it is all committed to your source control system (git for example) before you start. Colin -- 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.

