wycats / merb-more
- Source
- Commits
- Network (33)
- Issues (0)
- Downloads (9)
- Wiki (1)
- Graphs
-
Tree:
943015a
merb-more / merb_datamapper
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
Generators | ||
| |
History.txt | ||
| |
LICENSE | ||
| |
Manifest.txt | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
TODO | ||
| |
lib/ | ||
| |
spec/ |
merb_datamapper/README.txt
= 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

