Archive for February, 2009

The Office Musical

February 21, 2009 • Tags: , , , • Posted in: event, thoughts • No Comments

Fixing: undefined method `require_gem’ for main:Object (NoMethodError)

After upgrading to the newest version of rails (2.2.2) I was getting this error:
administrator@shuttle:~$ rails -v/usr/bin/rails:17: undefined method `require_gem’ for main:Object (NoMethodError)
Anytime I called “rails” I would get this error and could not get past.
Here is the fix
administrator@shuttle:~/$ sudo vim /usr/bin/rails
Look for anywhere in the file that calls “require_gem”, I found it in only one [...]

February 14, 2009 • Tags: , , • Posted in: rails, software • 2 Comments

Zombies? Yellow pages in print is the living dead

If you’re reading this I am going to assume you have not picked up a printed Yellow Pages to actually look up a phone number in the last five years. But last week, like clockwork a car was driving down the street delivering Yellow Pages on each doorstep. It made me kind of mad, I [...]

February 4, 2009 • Tags: , • Posted in: thoughts • 1 Comment