spree-contrib / spree_contact_us

Adds Contact Us form to your Spree Commerce store
https://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
40 stars 138 forks source link

Routing error on spree_contact_us:install #53

Closed hxegon closed 9 years ago

hxegon commented 9 years ago

Error and Gemfile

I'm on a clean install with ruby 2.2.2, rails 4.2.2, spree 3.0.3. pops up for me as soon as I try bundle exec rails g install spree_contact_us:install.

I'm guessing it's because I'm using 3.0.3, but any suggestions would be appreciated.

JDutil commented 9 years ago

Use the 3-0-stable branch not a gem release.

gem 'spree_contact_us', github: 'spree-contrib', branch: '3-0-stable'

hxegon commented 9 years ago

Thanks, that was it.