pepe wrote:
> Just in case it applies here is an extract from the Pickaxe book
> (Second edition, page 217):
> 
> "Threre's a subtlety when it comes to installing different versions of
> the same application with RubyGems. Even though RubyGems keeps
> separate versions of the application's library files, it does not
> version the actual command you use to run the application. As a
> result, each install of an application effectively overwrites the
> previous one."

so that means it will be safest if i re-run

  gem install rails

or

  gem install rails -v2.3.5

again?

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to