Migrating merb to rails3?

Is there a document anywhere on how to migrate merb w/ datamapper and
haml to rails3?

Any known gotchas?

Thanks,
Gary

Gary,

Is there a document anywhere on how to migrate merb w/ datamapper and
haml to rails3?

I don’t know about migrating Merb to Rails 3, but there’s a quick
start guide for setting up Rails 3 with DataMapper with a one line
command: (after installing the gem deps)

http://github.com/dkubb/rails3_datamapper/

Dan
(dkubb)