Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/zollrcom/public_html/textpattern/lib/txplib_db.php on line 14
Brian Zollinhofer - A Jack of All Trades, A Master of One

Ruby on Rails - can't find rack 1.2.1 - 2011-03-31 08:34

This occurred when I tried to install Ruby on Rails in 2 different locations. I was trying to have it so I can work at home and from work on the same project. At work, I forgot to “bundle install” which caused rack 1.2.1 or 1.2.2 to not be installed. Just run $ bundle install from the app’s directory and it should take care of that.

Now onto why nokogiri-1.4.4 can’t be found…