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

Posts Tagged ‘Web Development’

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 »

How to Install Ruby on Rails on Ubuntu 9.04 (Jaunty Jackalope)

Tuesday, April 28th, 2009

install_ror_on_ubuntu
Few of my friends have started to learn Ruby on Rails recently. According to my point of view, Windows is not a suitable and enjoyable  environment for RoR development. So, I recommended them to start with Ubuntu. Most of them have installed Ubuntu 8.10 and 9.04. So, I wish to write a small guide to setup the Ruby on Rails environment on Ubuntu 8.10 and 9.04

(more…)

Tags: , , , ,
Posted in How to, Ruby on Rails, Ubuntu, Web Development | 31 Comments »