Archive for the 'mac' Category
Fix for “uninitialized constant Gem::GemRunner (NameError)”
Monday, December 31st, 2007I tried upgrading my version of rubygems to the most current version by running
sudo gem update –system
Which introduced this error:
/usr/bin/gem:23: uninitialized constant Gem::GemRunner(NameError)
whenever I tried to run rubygems. On the rails forum, I found a fix for it!
Simply add the line to the file /usr/bin/gem (may be different on a mac)
require ‘rubygems/gem_runner’
after
require ‘rubygems’
This fixed […]
Introduction
Sunday, July 30th, 2006With the advent of “Web 2.0″ it shouldn’t be a surprise that I have finally given in and started a blog (at least it’s not a video podcast). For a lack of a better term, but as a former PHP web programmer, I see this as an opportunity to get back on board and […]

