How to completely uninstall rails 3.0.0.beta3 and all its dependencies?

Posted by Mark Richman on Stack Overflow See other posts from Stack Overflow or by Mark Richman
Published on 2010-06-10T17:37:21Z Indexed on 2010/06/10 18:02 UTC
Read the original article Hit count: 417

If I do sudo gem uninstall rails -v 3.0.0.beta3, it uninstalls rails but leaves the beta3 versions of activerecord, actionmailer, etc. How do I completely uninstall rails 3.0.0.beta3 and all its dependencies automatically? I would like a clean slate for the RC and final releases.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby