Closed ostraperlera closed 9 years ago
Hi .. from the stack trace it looks like the issue is actually within durable_decorator. Looking at the file mentioned there is a call to Logging on line 46 : https://github.com/jumph4x/durable_decorator/blob/master/lib/durable_decorator/util.rb
I'm not aware of this being part of datashift so perhaps you have included it separately in your Gemfile ?
Yeah, I just reached the same conclusion myself. durable_decorator was required by spree_drop_ship, disabling it solved the problem for now. Thanks for your time :)
Hi there, I'm running into an error every time I try to generate a template with
bundle exec thor datashift:generate:excel --model Spree:Product --result /home/devs/excel.xls --assoc
.I've seen a few similar issues reported and tried many things: adding 'include DataShift::Logging' and 'require 'logging'' to the util.rb file, fiddling with different versions and making the changes suggested in this thread https://github.com/autotelik/datashift_spree/issues/1
I've run out of ideas and so I'd appreciate if you could point me in the right direction.
Gems are listed like this, at the bottom of my gemfile:
Thanks!