Various model cleanup
[merb_mart.git] / INSTALL
bloba2b36454e13fc7e9a243b86a13462cae4cf5d42c
1 = Installation
3  merb_mart dm_0_9_0 branch is being built around the cutting-edge Merb
4  framework, and the bleeding edge DataMapper framework. As such, you'll have
5  to get yourself setup with those gems before you get the chance to play with 
6  merb_mart.
7  
8  Dependencies for the dm_0_9_0 branch of merb_mart:
10  * datamapper 0.9.0 - 'edge' development
11     * do (DataObjects)  : git://github.com/sam/do.git
12     * dm-core           : git://github.com/sam/dm-core.git
13     * dm-more           : git://github.com/sam/dm-more.git
15  * merb 0.9.2 (or above)
16     * merb-core         : sudo gem install merb-core
17     * merb-more         : sudo gem install merb-more
18     
19     * merb-plugins (merb_datamapper, merb_helpers, merb_rspec):
20         ** you will need myabc's dm_0_9_0 branch of merb-plugins
21            which contains some changes to work nicely with the 
22            dm-core and dm-more edge:
23            
24            http://github.com/myabc/merb-plugins/tree/dm_0_9_0 **
25