datashift_spree
datashift_spree copied to clipboard
Spree verison 3.0.4
Hi, I have run into several issues with Spree version 3.0.4
Is the gem currently compatible with this version?
Thanks
Sorry i'm not sure, I have not worked with Spree 3 yet, and have been focused on improving main datashift project
I'm using datashift spree with 3-0-stable branch and it appears to be working correctly. Just install datashift from master
HI @mhmaguire, could you give me a copy of your exact gem spec and install procedure for spree/datashift/datashift_spree. I have hit a wall and had to write my own rake tasks for import/export of product data/images. Thanks.
can you let us know what the issues you are facing are ?
@goodviber Im using spree 3-0-stable and datashift/datashift_spree from master
The only thing i haven't managed to get working is stock_items count_on_hand for products.
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.4'
#...
gem 'spree', github: 'spree/spree', branch: '3-0-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '3-0-stable'
gem 'spree_multi_domain', github: 'spree/spree-multi-domain', branch: '3-0-stable'
gem 'spree_related_products', github: 'mhmaguire/spree_related_products', branch: '3-0-stable'
gem 'spree_active_shipping', github: "spree-contrib/spree_active_shipping", branch: '3-0-stable'
gem 'spree_wishlist', github: 'mhmaguire/spree_wishlist', branch: "3-0-stable"
#stuff for importing product info
gem 'datashift', github: 'autotelik/datashift', branch: 'master'
gem 'datashift_spree', github: 'autotelik/datashift_spree', branch: 'master'
#...
undler could not find compatible versions for gem "datashift": In Gemfile: datashift
datashift_spree was resolved to 0.6.0, which depends on
datashift (>= 0.15.0, ~> 0.15)
hi .. I'm afraid all my spare time still taken with the main datashift project right now .. you could fork the datashift spree project and amend the Gemfile/gemspec to bump the versions