Hi folks. I seem to be having trouble upgrading to the latest (stable) rails release. I am running on Windows XP sp2 and use Komodo. I am trying to go to rails-1.2.6 In the command line today (3DEC07), I did gem install rails --include-dependencies which returned with Successfully installed rails-1.2.6 But in the console, I get >> Rails::VERSION::STRING => "1.2.3" I even deleted the temp folder from my app directory but this didn''t help. In addition, when I look at the gem source, I see both the old as well as new (e.g., folders for both actionpack-1.13.3, and actionpack-1.13.6. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ensure vendor/rails does not exist. Also, be sure you have updated your config/environment.rb file with the new version. -- 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 -~----------~----~----~----~------~----~------~--~---
Paul Davidowitz wrote:> Hi folks. I seem to be having trouble upgrading to the latest > (stable) rails release. I am running on Windows XP sp2 and use > Komodo. I am trying to go to rails-1.2.6 > > In the command line today (3DEC07), I did > gem install rails --include-dependencies > which returned with > Successfully installed rails-1.2.6 > > But in the console, I get > >> Rails::VERSION::STRING > => "1.2.3" > >From your project root run: rake rails:update and see if that fixes things -- 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 -~----------~----~----~----~------~----~------~--~---
Thanks all, I tried both suggestions and am now correctly getting 1.2.6. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi ia m working on a project carried out using an older version of rails 1.2.4 or 5. And I want to upgrade it to 1.2.6. Can you tell me the command to upgrade or install that version. I am not sure if this is correct gem install rails v=1.2.6 -- 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 -~----------~----~----~----~------~----~------~--~---
gem help install First item under Options On Dec 14, 3:28 pm, Ruby Geo <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi ia m working on a project carried out using an older version of rails > 1.2.4 or 5. And I want to upgrade it to 1.2.6. Can you tell me the > command to upgrade or install that version. I am not sure if this is > correct > > gem install rails v=1.2.6 > -- > Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---