Saturday, May 17, 2008

Smoother than expected

I just got around to upgrading my MacBook Pro to Rails 2.0.2 and the experience was smoother than expected. I figured something was going to blow-up somewhere but it all went smooth. I followed the 4 steps outlined here.

sudo gem update --system
sudo gem install rails
sudo gem update rake
sudo gem update sqlite3-ruby
Step 3 reported that it had nothing to update. Step 4 likewise. I don't use sqlite so I probably did'nt need to do the last step but I did for completeness.

David updated textbull to run on 2.0.2 so it was time to upgrade. I'm now merging Purnima's code in.

Read more...