Inside my main Extensi开发者_Python百科on I have this standard way of instantiating a Calculator. This module is part of the preinitializing process of Spree :
This seems to work on my local, but not on my production. The number 4 in the error tells me its probably returning nil as it is 4 for any of the Taxon links.
I am trying to install the spree gem using the following instructions http://spreecommerce.com/resources/qui开发者_如何学Cck-start
I\'m using Spree, and setting up the spree_easy_contact extension. When I send an email, it sends correctly, and saves it to the database correctly, but I\'m redirected to an error screen :
I need to import about 300 products with different variants into a Spree Commerce rail开发者_C百科s application.Does any have import tools to recommend for this job?Or do I need to build it.Right now
I am tr开发者_C百科ying to install and run Spree on my local machine by following the steps mentioned in Getting started with Spree
I\'m doing a local install on Mac OSX of Spree (a Ruby-based ecommerce package) following the tutorial on this page.
Deleting the lines of <%if pagina开发者_开发技巧ted_products.is_a?(WillPaginate::Collection)
I have a simple rails 3 site consisting of blog,static pages and a gallery. I want to add a store to sell photos using spree. I have read through the guides and had a look at the source code but I\'m
I\'m having a problem installing Spree in a Rails app. when I run gem \'spree\' (as per the ins开发者_Python百科tructions on http://spreecommerce.com/documentation/getting_started.html)