jgagne33-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jan-26 18:31 UTC
Confirm new version
I upgraded to Rails 1.2.1(or thought I did) and changed the line in the environment.rb file to that effect but on my "welcome aboard" page on my server, it still lists my version as 1.1.6 in the "about your application''s environment" section. Is there a way that I can see what version of rails I''m running? Thanks Jason --~--~---------~--~----~------------~-------~--~----~ 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 1/26/07, jgagne33-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <jgagne33-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I upgraded to Rails 1.2.1(or thought I did) and changed the line in the > environment.rb file to that effect but on my "welcome aboard" page on > my server, it still lists my version as 1.1.6 in the "about your > application''s environment" section. > > Is there a way that I can see what version of rails I''m running?$ ./script/runner "puts Rails::VERSION::STRING" 1.2.1 jeremy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
>> Is there a way that I can see what version of rails I''m running? > > $ ./script/runner "puts Rails::VERSION::STRING" > 1.2.1Or ./script/about About your application''s environment Ruby version 1.8.2 (universal-darwin8.0) RubyGems version 0.9.0 Rails version 1.2.1 Active Record version 1.15.1 Action Pack version 1.13.1 Action Web Service version 1.2.1 Action Mailer version 1.3.1 Active Support version 1.4.0 Application root /Railsapp Environment development Database adapter mysql -- 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 -~----------~----~----~----~------~----~------~--~---