joshmcarthur / spree-import-products

A Spree extension to allow users to batch upload Products from a CSV file using Delayed Job
http://spreecommerce.com/extensions/103-import-products
BSD 3-Clause "New" or "Revised" License
80 stars 97 forks source link

fix for uninitialized constant Spree::FileUtilz #21

Open thebyrd opened 12 years ago

thebyrd commented 12 years ago

The newest version of ruby requires all namespaces in the path to be declared. This is currently breaking the install on Ruby 1.9.3

joshmcarthur commented 12 years ago

Hi @davidbyrd11 - this change is already in place on the 1_1_x branch, which is the only one I plan on keeping up to date for 1.9.3. Because I didn't tag the release properly when this gem was first released, I'm keeping master back on the oldest supported version of Spree to prevent people using the gem directly from the master branch of the github repo.

roushkaman commented 11 years ago

hi! It's not work

prasmalla commented 11 years ago

hello josh, i'm trying to install this gem on spree 1.3.2 and Spree::Core::FileUtilz was removed from spree few months back. will this gem be getting any updates soon? thanks for all your work.

joshmcarthur commented 11 years ago

@prasmalla have you tried the 1_1_x branch? I believe that has a fix for the Spree::Core::FileUtilz class being removed.

prasmalla commented 11 years ago

i haven't tried the 1_1_x branch but looking at its source code - / lib / tasks / install.rake and its still using Spree::Core::FileUtilz