public
Description: Spree extension which allows users to create and manage multiple stores
Homepage:
Clone URL: git://github.com/bullrico/spree-multistore.git
name age message
file README.markdown Wed Oct 08 20:23:55 -0700 2008 Basic store access. Associations between stores... [bullrico]
file Rakefile Sun Oct 05 18:56:03 -0700 2008 First checkin [bullrico]
directory app/ Wed Oct 08 20:23:55 -0700 2008 Basic store access. Associations between stores... [bullrico]
directory db/ Wed Oct 08 20:23:55 -0700 2008 Basic store access. Associations between stores... [bullrico]
directory lib/ Wed Oct 08 20:23:55 -0700 2008 Basic store access. Associations between stores... [bullrico]
file multi_store_extension.rb Wed Oct 08 20:23:55 -0700 2008 Basic store access. Associations between stores... [bullrico]
directory spec/ Sun Oct 05 18:56:03 -0700 2008 First checkin [bullrico]
README.markdown

Spree MultiStore Extension

The goal is to be able to host multiple stores with one Spree app.

Assumptions:

Individual stores are accessed like this:

http://example.com/store1 and http://example.com/store2

Admin URL:

http://example.com/admin
Store will be read via a current_store method using session[:store_id], similar to current_user