Frederick Cheung wrote: > On 2 Dec 2008, at 18:15, Srilatha Bhuvanapalli wrote: > >>>>> helps. >>>> >>>> Could I please how to check if my app to set to old version of >>>> rails? >>>> >>> The easiest way is to run script/console or script/server - they will >>> tell you what version of rails is being used. >> >> Below is what I get when I run script/server: >> > It doesn't - newer versions would tell you which already tells you > that you're probably not running 2.1.2. > ruby script/console might still tell you (I can't remember when they > started showing versions) > > And like I said before check if your environment.rb sets > RAILS_GEM_VERSION or if vendor/rails is present. > > Fred
hey, thanks a lot. that helped me. my applications RAILS_GEMS_VERSION was set to 1.2.6. I made the change to 2.1.2 and it worked. Thanks a lot Latha -- 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 [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 -~----------~----~----~----~------~----~------~--~---

