Hello, I just updated rails by using the command sudo gem update rails --include-dependencies ..and everythign went fine. But when i do script/about, i still see rails as being 1.2.1 when in fact it should be 1.2.2 I also got a success message in the terminal: Successfully installed rails-1.2.2 Successfully installed activesupport-1.4.1 Successfully installed activerecord-1.15.2 Successfully installed actionpack-1.13.2 Successfully installed actionmailer-1.3.2 Successfully installed actionwebservice-1.2.2 I also viewed the version through the browser, but that shows the old version as well. I also ran the command rake rails:update Is there anything else I need to run? Thanks in advance! -- 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 2/11/07, Kristen <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hello, > > I just updated rails by using the command > > sudo gem update rails --include-dependencies > > > ..and everythign went fine. But when i do script/about, i still see > rails as being 1.2.1 when in fact it should be 1.2.2 > > > I also got a success message in the terminal: > > Successfully installed rails-1.2.2 > Successfully installed activesupport-1.4.1 > Successfully installed activerecord-1.15.2 > Successfully installed actionpack-1.13.2 > Successfully installed actionmailer-1.3.2 > Successfully installed actionwebservice-1.2.2 > > > I also viewed the version through the browser, but that shows the old > version as well. > > > I also ran the command rake rails:update > > Is there anything else I need to run? > > Thanks in advance!You have might have RAILS_GEM_VERSION = ''1.2.1'' hardcoded in environmen.rb -- gnufied ----------- There was only one Road; that it was like a great river: its springs were at every doorstep, and every path was its tributary. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
from the command line: rails -v -- 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 -~----------~----~----~----~------~----~------~--~---