Merb 1.0

So Merb 1.0 was released 2 days ago during RubyConf, just
sudo gem install merb
to update.

I had to update my config/dependencies.rb file to read
merb_gems_version = "1.0"
and also
sudo gem install webrat
, which is a Ruby Acceptance Testing plugin. Here's the Git repo if you want to check it out.

Comments

Popular posts from this blog

Unit Testing Using Context

Sending Email Using Gmail and Action Mailer