Hi, I''ve got a production server with rails 1.2.3 installed. Previously my app had frozen rails 1.2.3 as well. I decided to update frozen rails to 1.2.6. Deployment went fine until rake task was executed, which resulted in the following error: rake aborted! can''t activate activesupport (>= 1.4.4), already activated activesupport-1.4.2] On the server there''s installed activesupport 1.4.2 (by rails 1.2.3) and 1.4.4 needed by will_paginate gem. The 1.4.4 it''s complaining about is used by frozen rails 1.2.6. I can''t update rails gem to 1.2.6, because there are other rails app running. "mongrel_rails cluster::start -C ..." command says "Starting 3 Mongrel servers...", but mongrels are not started. Do you guys have any idea how to fix it? BTW. How does one revert deployment made by capistrano/deprec? Can I simply modify "current" link to previous release? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Szymon Nowak wrote:> rake aborted! > can''t activate activesupport (>= 1.4.4), already activated > activesupport-1.4.2]Try uninstalling 1.4.2, 1.4.4 will gladly take over all necessary duties. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 20 Mar, 21:59, Peter Bunyan <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Szymon Nowak wrote: > > rake aborted! > > can''t activate activesupport (>= 1.4.4), already activated > > activesupport-1.4.2] > > Try uninstalling 1.4.2, 1.4.4 will gladly take over all necessary > duties. > -- > Posted viahttp://www.ruby-forum.com/.Thanks, but rails 1.2.3 requires activesupport 1.4.2, right? I''d like to have rails 1.2.3 gem installed and use frozen rails 1.2.6. Regards, Szymek --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---