Monthly Archives: August 2010

Ruby 1.9.2 and RVM

RVM is no doubt an amazing piece of code. It just makes life so much easier. Ruby 1.9.2 is out. Woo-hoo! and I tried installing it with rvm only to encounter an error. I fixed the error and this post … Continue reading

Posted in Programming | Tagged , , | 2 Comments

Reading Open Source Code

I was very confused the first time I heard this phrase – “Read Open source code”. I could not really grasp the concept of reading someone else’s code. How can that improve your own programming skills? But, I can safely … Continue reading

Posted in Programming | Tagged , | Leave a comment

Bundler 1.0.0.beta.5 and Rails 2.3.8

I wrote about Bundler a couple of months ago. With newer versions of bundler out two of my issues at that time, using engines and issues with time_zone have been resolved. I am currently using bundler 1.0.0.beta.5 with a rails … Continue reading

Posted in Programming | Tagged , | Leave a comment