Today I set up 470.johnyerhot.com and set up a Rails app I worked on to run there, but I needed to install the Pdf-writer Gem for proper functionality. Low and behold when I tried
sudo gem install pdf-writer
I was greeted with nothing, just
Updating Gem source index for: http://gems.rubyforge.org
and that was it. After searching and searching I realized the the version of Gem I had installed was 0.94 and that was the problem.
The solution is as follows:
wget http://rubyforge.org/frs/download.php/29548/rubygems-1.0.1.tgz
tar zxvf rubygems-1.0.1.tgz
cd rubygems-1.0.1
ruby setup.rb
sudo gem update
You just need to manually install the updated Gem. Cinch.
Latest Entries
- Google Street View Car in Duluth
- Uncrappifying your Qwest Modem (if it is a GT-701WG that is)
- Moved Hosts again..
- m night sucksalot
- Our new(ish) hod rod(s) (err… bikes…)
- Seattle Day One
- rentalrundown.com and Seattle trip
- Moving Day
- Mongrel + Nginx: Deploying to a subdirectory
- I’m on Alexa.. no. 1,257,367 world wide..
No Comments
Leave a Comment
trackback address