/* I'm a freelance web developer, a Rubyist
    a visual designer and an entrepreneur
   from Sri Lanka */

Archive for July, 2009

How to uninstall / remove Ruby Gems (on Ubuntu)?

Wednesday, July 22nd, 2009

Uninstall Ruby Gems

First we need to find out the exact location that the Ruby installs it’s libraries. In the terminal program, You can type the following command to find out the exact location.

ruby -e 'puts $:'

(more…)

Tags: , , ,
Posted in How to, Ruby on Rails, Tutorials, Web Development | View Comments