Greetings :)

Hi, I'm Louis!
I like to code, but I don't do enough of it.

This blog is about trying my best to keep up with the ever evolving stream of technology.

Sunday, October 16, 2011

Helpful ruby commands

Remove all gems
* gem list | cut -d" " -f1 | xargs gem uninstall -aIx
* (From RVM) rvm do gem list | cut -d" " -f1 | xargs rvm do gem uninstall -aIx

Remove RVM
1.rvm implode

2.gem uninstall rvm