spree Questions
5
I have a Rails 3 app running an older version of Spree (an open source shopping cart). I am in the process of updating it to the latest version. This requires me to run numerous migrations on the d...
Verney asked 20/7, 2012 at 23:48
1
Solved
I'm trying to overriding a helper method of base_helper.rb by using this:
module Spree
module BaseHelper.class_eval do
def taxons_tree(root_taxon, current_taxon, max_level = 1)
.....
end
en...
Charmer asked 16/8, 2012 at 13:31
2
Is spree suitable for multi/bilingual e-commerce site?
By default it supports internationalization (i18n - http://guides.spreecommerce.com/i18n.html). It gives an impression that spree is bilingua...
Convert asked 26/6, 2012 at 18:33
1
I searched whole morning, and find out that there aren't any themes either to purchase or download for Spree. It seems that I have to build custom store front myself.
Spree seems to be very...
2
Solved
I am developing a spree application ,I recently removed and reinstalled ruby 1.9.3, now whenever I try rails s on terminal I get the following error :
/home/swapnil/.rvm/rubies/ruby-1.9.3-p0/lib...
Sohn asked 16/3, 2012 at 7:49
2
Solved
I am running Spree 0-60-stable on Rails 3.0.9 on Heroku Bamboo MRI (Ruby) 1.9.2
Some time on or about Sat, 03 Dec 2011, I began receiving "SystemStackError (stack level too deep)" message...
Pisciform asked 6/12, 2011 at 19:29
2
Solved
I need to modify Spree (functionality and views). But Spree installs as a gem (it's not simple application), I believe it's actually a Rails engine right? I'm pretty new at all of this.
But what i...
Peaceful asked 17/3, 2011 at 17:46
1
Solved
I'm working with Spree, which uses Rails engines extensively. A common pattern I find is this. However I have trouble understanding this code.
class Engine < Rails::Engine
def self.activate
...
Efik asked 24/2, 2011 at 11:14
1
If I run bundle install, the application passes, everything is properly installed.
But if I reboot nginx, and visit the site, I see the Passenger Error message.
Ruby (Rack) application could not ...
Mameluke asked 14/2, 2011 at 21:2
2
Solved
Well, I've been trying to change the default theme of spree by following this tutorial
http://blog.endpoint.com/2010/01/rails-ecommerce-spree-hooks-tutorial.html
But the homepage doesn't change a...
Outfall asked 17/10, 2010 at 6:47
1
Solved
I need to build an internal order entry and tracking system for a grocery store which requires many of the features of existing e-commerce systems, such as product catalog, customer_to_order relati...
Tod asked 8/2, 2010 at 18:2
© 2022 - 2024 — McMap. All rights reserved.