public
Fork of myabc/merb_mart
Description: open-source e-commerce built on merb
Clone URL: git://github.com/myobie/merb_mart.git
Temporarily removed default route.
Updated LICENSE and README docs.
myabc (author)
Wed Mar 05 02:13:39 -0800 2008
commit  a9375d0d2f7c24d8c2fcca522223b47f669bde81
tree    16e9aca659eccdcbd30add2df654fa895abc4eb6
parent  b2361ec0c9137437181f778342b7143e147cb076
0
...
 
 
 
 
 
 
 
0
...
1
2
3
4
5
6
7
8
0
@@ -0,0 +1,7 @@
0
+= merb_mart
0
+
0
+merb_mart is an open-source e-commerce engine based on the Merb MVC framework.
0
+
0
+merb_mart is a loose port of the Substruct RoR e-commerce application.
0
+http://code.google.com/p/substruct/
0
+http://substruct.subimage.com/
0
\ No newline at end of file
...
22
23
24
25
 
26
27
...
22
23
24
 
25
26
27
0
@@ -22,6 +22,6 @@ Merb::Router.prepare do |r|
0
   r.match("/users/activate/:activation_code").to(:controller => "Users", :action => "activate").name(:user_activation)
0
   
0
   # Change this for your home page to be available at /
0
- r.match('/').to(:controller => '', :action =>'index')
0
+ #r.match('/').to(:controller => '', :action =>'index')
0
 
0
 end

Comments

    No one has commented yet.