We’ve been looking at proxy solutions to help us deliver OER Glue courses to learners without the requirement of installing an extension. There are an insane number of proxy solutions out there that do all kinds of really incredible things. For the delivery of courses and modification of pages we really only need something that…
Month: July 2011
ruby 1.9.2, rvm and a Nasty Error When Installing RubyGems: couldn’t parse YAML at line 2 column 10 (Psych::SyntaxError)
It’s ‘funny’ how seemingly simple things take you down nasty paths. I was hoping to spend a few minutes playing with Goliath. That led me to installing ruby 1.9.2 using rvm which spit out this error: Removing old Rubygems files… Installing rubygems dedicated to ruby-1.9.2-p290… Installing rubygems for /Users/jbasdf/.rvm/rubies/ruby-1.9.2-p290/bin/ruby ERROR: Error running ‘GEM_PATH=”/Users/jbasdf/.rvm/gems/ruby-1.9.2-p290:/Users/jbasdf/.rvm/gems/ruby-1.9.2-p290@global:/Users/jbasdf/.rvm/gems/ruby-1.9.2-p290:/Users/jbasdf/.rvm/gems/ruby-1.9.2-p290@global” GEM_HOME=”/Users/jbasdf/.rvm/gems/ruby-1.9.2-p290″ “/Users/jbasdf/.rvm/rubies/ruby-1.9.2-p290/bin/ruby”…
Cycling in Teton Valley (Driggs, ID)
Just spent the week with my family in Teton Valley and Grand Teton National Park. After four days of kids, mosquitoes and me biking every day my wife is not going to divorce me so it’s been a great vacation. Of course as I type this Callie is giving me grief that of all the…
Upgrade to MySQL 5.5.12 and now MySQL won’t start
I messed up my local install of MySQL (it’s a long story that involves me almost throwing a punch to my 30” monitor). I finally gave up, deleted everything MySQL related according to these notes and then I used homebrew to do a clean install. After the install I started getting this error: ERROR 2002…