Tagged with merb

Stop worrying and start loving Rails 3

Written by Ben

Wow, I said to myself, is this really happening? Surely it must be a joke. No, merb is merging with Rails! I had to pinch myself. After all the recent bitchiness this was the last thing I was expecting.
I am a big fan of both frameworks, I use Rails at work and merb at home [...]

Merb 1.0 Install Error:merb-core requires RubyGems version >= 1.3.0

Written by Ben

When I tried to gem install Merb 1.0 I got this error
ERROR: Error installing merb:
merb-core requires RubyGems version >= 1.3.0

I tried to do a gem system update to the newest version of RubyGems (1.3.1) which failed.
$ sudo gem update –system
Updating RubyGems
Updating rubygems-update
Successfully installed rubygems-update-1.3.1
ERROR: While executing gem … (NameError)
[...]