This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Wed Oct 08 20:23:55 -0700 2008 | |
| |
Rakefile | Sun Oct 05 18:56:03 -0700 2008 | |
| |
app/ | Wed Oct 08 20:23:55 -0700 2008 | |
| |
db/ | Wed Oct 08 20:23:55 -0700 2008 | |
| |
lib/ | Wed Oct 08 20:23:55 -0700 2008 | |
| |
multi_store_extension.rb | Wed Oct 08 20:23:55 -0700 2008 | |
| |
spec/ | Sun Oct 05 18:56:03 -0700 2008 |
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/adminStore will be read via a current_store method using session[:store_id], similar to current_user







