This is more info for #583219. After upgrading rails I am seeing the following error,
"Missing the Rails 2.1.0 gem. Please `gem install -v=2.1.0 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed." The section in the config/environment.rb for this application is # Specifies gem version of Rails to use when vendor/rails is not present RAILS_GEM_VERSION = '2.1.0' unless defined? RAILS_GEM_VERSION but if I look at the vendor/ dir I see a bunch of broken symlinks actionmailer->/usr/share/rails/actionmailer actionpack->/usr/share/rails/actionpack activemodel->/usr/share/rails/activemodel activerecord->/usr/share/rails/activerecord activeresource->/usr/share/rails/activeresource activesupport->/usr/share/rails/activesupport rails->/usr/share/rails railties->/usr/share/rails/railties #583219 reported the broken railties symlink, but I think they are all broken, and I think if the rails one was correct maybe it would have better luck autodetecting it? -- Matt Taggart [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

