Archive for the ‘software’ Category

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

Tool of the Day: Wordpress Notifier for Mac OS X

An amazing tool came to my attention today, the Wordpress Notifier. Similar to the Google Notifier it sits in your OS X status bar and alerts you when you get new comments to your blog. This is great because it allows you to react and respond quicker without having to keep your wp-admin page up [...]

December 14, 2008 • Tags: , , , , , • Posted in: software • No Comments