Is This Right?
I just re-installed Ubuntu on my desktop at work. I obviously installed Ruby and Rails using the script that I wrote. What’s interesting here is that if you see the video below (No sound, I was at work and I’m waiting for UPS to deliver my new mic), you’ll see that libxml-ruby gem does not exist on the machine. Yet, when I start the irb, I can use ‘xml/libxml’. I nevertheless installed libxml-ruby gem and nothing changes. By the way, the error messages you’re seeing is on rdoc/documentation, not on the gem install, so it’s okay.
is this right? from Joon You on Vimeo.
Is this right? The answer is yes. It’s because when I install Ruby, I also install the Libxml binding, therefore it does not show up on the list of gems because it’s NOT a gem at this point.
Not a big deal, but I found this interesting…