Fixing: uninitialized constant Gem::GemRunner (NameError) – Ubuntu

After upgrading to the newest version of rails (2.2.2) I was getting this error: administrator@shuttle:~/$ gem -v /usr/bin/gem:10:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009. /usr/bin/gem:23: uninitialized constant Gem::GemRunner (NameError) Anytime I called “gem” I would get this error and could not get past. Here is the fix administrator@shuttle:~/$ sudo [...]

Posted on November 29, 2008 at 10:41 am by nickdenardis · Permalink · 23 Comments
In: rails · Tagged with: , , ,

Favorite snipit of code today

Signing up for unigo.com today I found my favorite piece of javascript. There is a checkbox for: When checking the box you get this pop up: Then you think to yourself, WTF? Didn’t my checking the box verify my agreement? Here is the code that made it all possible: Hope you enjoyed my code snipit [...]

Posted on October 1, 2008 at 2:50 pm by nickdenardis · Permalink · 2 Comments
In: main · Tagged with: , , , , ,