public
Description: open-source e-commerce built on merb
Clone URL: git://github.com/myabc/merb_mart.git
Search Repo:
Click here to lend your support to: merb_mart and make a donation at www.pledgie.com !
Added dm-aggregates (for User class).
myabc (author)
Wed May 07 17:32:49 -0700 2008
commit  82d5d35a57e3408aa5ae1857e93355bca7b9648a
tree    4139d747e8ff0e433b5bce68c8d920032d0fadd3
parent  74660e9ab6d526687192e2a6383f852a3bc7d125
...
19
20
21
 
22
23
24
...
19
20
21
22
23
24
25
0
@@ -19,6 +19,7 @@
0
         * `git clone git://github.com/sam/dm-core.git`
0
     * *dm-more*
0
         * `git clone git://github.com/sam/dm-more.git`
0
+ * *dm-aggregates*
0
         * *dm-is-tree*
0
         * *dm-migrations*
0
         * *dm-timestamps*
...
1
2
 
3
4
5
...
1
2
3
4
5
6
0
@@ -1,5 +1,6 @@
0
 require 'digest/sha1'
0
 require "date"
0
+require "dm-aggregates"
0
 require "dm-validations"
0
 begin
0
   require File.join(File.dirname(__FILE__), '..', '..', "lib", "authenticated_system", "authenticated_dependencies")

Comments

    No one has commented yet.