-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compatible with latest stable (Spree-3.0.4) #71
Comments
Likewise, any input into this much appreciated. |
Any news on this? |
i am too having same problem |
Anyone got this working? I am too having same issue |
I changed versions to 3-0 stable and its working now. not really a fix but enough to move ahead. gem 'spree', '3.0.4'
gem 'spree_gateway', github: 'spree/spree_gateway', branch: '3-0-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '3-0-stable'
gem 'spree_drop_ship', github: 'spree-contrib/spree_drop_ship', branch: '3-0-stable' hope that help :) |
Hi Abhinay, thanks for reply, I could install the spree_drop_ship using branch 3-0-stable as you mentioned. However, when I click on shipments in the admin, it's throwing an error
Can you help me with this? |
Hey Mahendra, <div class="col-md-4">
<div class="form-group">
<%= label_tag nil, Spree.t(:status) %><br/>
<%#= f.select :state_eq, Spree::Shipment.state_machines[:state].states.collect {|s| [Spree.t("shipment_state.#{s.name}"), s.value]}, {:include_blank => true}, :class => 'select2' %>
</div>
</div> Should start working again. not an appropriate solution :) |
Thanks for the assist her abhinaykumar. Commenting out line 39 worked for me too. |
When i run :
$ bundle install
I tried installing latest development version using
gem 'spree', github: 'spree/spree', branch: 'master'
but this seems to fail every time.
The text was updated successfully, but these errors were encountered: