Quoting jackster the jackle <[email protected]>:
> I was recently forced to upgrade to Rails 2.3.5 because of a problem
> with gem.
> After doing so, I'm trying to create a new site and I noticed that I am
> getting warnings for depricated commands and it looks like I'm running
> on my old Rails version 1.2.3?
> 

Have you locked the application to the old version of Rails.  Is a line like
this in config/environment.rb?

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION

-- 
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.

Reply via email to