On Tue, Dec 7, 2010 at 10:06 AM, Colin Law <clan...@googlemail.com> wrote:

> Correct me if I am wrong but your fundamental problem is that somehow
> the rails environment is messed up.  Your proposed solution is to
> delete it all and start again.  No-one seems to know how to do this,
> though you do know how to remove individual gems (you did it for rails
> 2.3.8) so you could do this for each of the gems you do not want.  You
> still have the problem that somehow
> rails -v
> does not work so somehow you have lost the rails startup script.

Uh, "somehow"?? It was deleted when the gem was uninstalled, as a
previous post showed.
-----------------------------
Select gem to uninstall:
 1. rails-2.3.8
 2. rails-2.3.8
 3. All versions
> 3
Remove executables:
 rails

in addition to the gem? [Yn]
Removing rails
Successfully uninstalled rails-2.3.8
-----------------------------

The easiest thing to do would be `sudo gem uninstall rails` to get rid
of *all* the rails versions and then install the one you want.

I would certainly do that before trying to manually remove the gems,
though that's trivial (use `gem env` to find where they are and delete).

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

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