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 (
dm-more / merb_datamapper
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
LICENSE | Wed Apr 23 01:46:52 -0700 2008 | [david] |
| |
README | Mon May 12 11:04:34 -0700 2008 | [myabc] |
| |
Rakefile | Wed May 14 19:14:09 -0700 2008 | [sam] |
| |
TODO | Mon May 12 11:04:34 -0700 2008 | [myabc] |
| |
datamapper_generators/ | Mon May 12 15:31:49 -0700 2008 | [myabc] |
| |
lib/ | Thu May 15 15:26:45 -0700 2008 | [benburkert] |
| |
spec/ | Mon May 12 15:31:49 -0700 2008 | [myabc] |
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




