Upgrading your Merb app
Just a quick one here. If you want to upgrade an app generated from an older gem version, cd into your app's folder and run:
$ merb-gen app .
Merb's Generator will then interactively show you what's new and where conflicts exist in a similar manner to when you run 'rails .' in an existing rails app.

