spree-contrib / spree_digital

A Spree extension to enable downloadable products
http://spreecommerce.org
MIT License
117 stars 97 forks source link

Support for Spree 1.0 #8

Closed edgardoburgos closed 12 years ago

edgardoburgos commented 12 years ago

Hello, I've been experimenting with Spree 1.0 and tried this extension. I got the error below when trying to run the rake command. Do you plan to support Spree 1.0? Thank you for your time.

rake spree_digital:install [WARNING] Deface railtie has not initialized yet, override 'converted_admin_product_tabs_986577829' is being declared too early. rake aborted! uninitialized constant Spree::FileUtilz

kiplrails commented 12 years ago

Even I have faced this issue. may be you are using the spree_digital master branch on rails 3.1 instead use the spree_digital rails 3-1 branch it works with rails 3.1 version.

glennwiz commented 12 years ago

anyone got this working for 1.0?

iloveitaly commented 12 years ago

@glennwiz The current master branch is now 1.0 compatible.

halo commented 12 years ago

@iloveitaly Thanks a lot for your pull requests. I don't happen to have an "alive" spree project in production right now (and thus don't fiddle with the spree_digital code so much). So I appreciate your contributions.