GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of wycats/merb-plugins
Description: Merb Plugins: Even more modules to hook up your Merb installation
Homepage: http://www.merbivore.com
Clone URL: git://github.com/auser/merb-plugins.git
merb-plugins / merb_datamapper
name age message
..
file LICENSE Tue Feb 05 04:00:16 -0800 2008 [merb_datamapper] Changed the loading code for ... [hassox]
file README Sun Nov 25 16:21:33 -0800 2007 fix up datamapper sessions in merb_datamapper p... [ez@brainspl.at]
file Rakefile Fri Feb 29 20:20:48 -0800 2008 prep for 0.9.1 release [ivey]
file TODO Tue Nov 06 16:09:12 -0800 2007 Renamer to merb_datamapper [ivey@gweezlebur.com]
directory datamapper_generators/ Thu Feb 28 21:40:39 -0800 2008 updated render syntax in new action of db plugi... [Lachie Cox]
directory lib/ Mon Mar 10 12:18:35 -0700 2008 ORM plugins (AR, DM, Sequel) now hook into the ... [fabien]
directory specs/ Tue Nov 06 16:09:12 -0800 2007 Renamer to merb_datamapper [ivey@gweezlebur.com]
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