I am new in spree also in rails. I am working in
Rails 3.1.0.rc6
Ruby 1.9.2
Is it possible to create separate login for sellers(store) so that
they can sell their product through the site.
I tried to install 'spree-multi-domain' in two ways
1. By adding
gem 'spree-multi-domain', :git =>'
https://github.com/railsdog/
spree-multi-domain.git'
in my gem file and run 'bundle install'
Alternately
gem 'spree-multi-domain', :git =>'git://
github.com/railsdog/spree-
multi-domain.git'
and run 'bundle install'
error:
Could not find gem 'spree-multi-domain (>= 0)' in
https://github.com/railsdog/spree-multi-domain.git (at master).
Source does not contain any versions of 'spree-multi-domain (>= 0)'
2. script/extension install git://
github.com/railsdog/spree-multi-domain.git
error:
bash: script/extension: No such file or directory
Both method didn't work out.
Thanks in advance for your help