Loading via ajax... this could take a sec.
   merb_datamapper 0.9.0 README

merb_datamapper

===========

A plugin for the Merb framework that provides DataMapper access

To use sessions:

  1. set the session store to datamapper in merb.yml:
     :session_store: datamapper
    
  2. add the dependency in dependencies.rb:
     use_orm :datamapper
    
Documentation for merb_datamapper 0.9.0 usage tips