As i know in rails there is limited support for eCommerce solution(few options):
- Spree
- Ror-e
- Substruct
- Piggybak
I didn't use any of this, but wanted to ask that anyone have experience between these solutions, pros&cons. I found similar question: https://stackoverflow.com/questions/9382268/clean-e-commerce-app-with-user-friendly-non-techie-proof-admin-interface but is relatively outdated. So my main question here does any of these solutions has support for multi-store(multi-domain) concept? So i need something like:
- shop1.myWebApp.com
- shop2.myWebApp.com
- shop3.myWebApp.com
From here: Does Spree shop support multiple vendors to buy from?, i see Spree does that but from answers from that question i can assume that spree-multistore is very outdated.
Edit: As i can see the most recent version of extension is 1.3?
So wanted to ask is everything ok then with my GemFile(is this proper way to install everything):
gem 'spree', github: 'spree/spree', branch: '2-0-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-0-stable'
gem 'spree_multi_domain', git: 'git://github.com/spree/spree-multi-domain.git',
branch: '2-0-stable'