I've been having a hard time trying to get spree to install on rails. I've tried everything and googled like crazy with tons of fresh install, but still can't get it working. Can someone help me out? This is the method I've used and got the furthest out of all my fresh installs.
- Install ruby 2.0.0
- Install rails 4.0.4
- Added gem 'spree', github: 'spree/spree', branch: '2-2-stable' to gemfile and bundled
- Added gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-2-stable' and bundled.
Tried running rails g spree:install --sample=false --seed=false and it returns a bunch of errors
undefined method `configure' for # (NoMethodError)
Tried a bunch of stuff like just using rails g spree:install but still return errors
Help please!