/* I'm a freelance web developer,
   visual designer and blogger, love to work with
   Ruby and PHP */

Posts Tagged ‘Gem’

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 | 6 Comments »