This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
No gems have been built for this project yet.
dm-more / merb_datamapper
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
LICENSE | Wed Apr 23 01:46:52 -0700 2008 | [david] |
| |
README | Sun May 04 10:58:26 -0700 2008 | [Adam French] |
| |
Rakefile | Mon Apr 28 16:39:19 -0700 2008 | [benburkert] |
| |
TODO | Wed Apr 23 01:46:52 -0700 2008 | [david] |
| |
datamapper_generators/ | Tue May 06 16:21:30 -0700 2008 | [dkubb] |
| |
lib/ | Thu May 08 15:50:04 -0700 2008 | [Adam French] |
| |
spec/ | Mon Apr 28 13:36:52 -0700 2008 | [benburkert] |
README
merb_datamapper
=================
A plugin for the Merb framework that provides DataMapper access
To use sessions:
1. set the session store to datamapper in init.rb:
Merb::Config.use { |c|
c[:session_store] = 'datamapper'
}
2. add the dependency in init.rb:
use_orm :datamapper




