How to install Merb on OS X
Installing Merb 0.9.1 on a fresh OS X install is no piece of cake, unless you have this handy recipe:
- Make sure you have the Developer Tools installed
- Run: sudo gem install merb rspec rack —include-dependencies
- Run: sudo gem install —source http://www.merbivore.com merb —include-dependencies