Top "Spree" questions

Spree is a complete open source e-commerce solution for Ruby on Rails, freely available for commercial use under the terms of the New BSD License.

An error occurred while installing mysql2 (0.4.8), and Bundler cannot continue

How can I fix this error in ruby on rail. source 'https://rubygems.org' git_source(:github) do |repo_name| …

ruby-on-rails spree
Spree Commerce: any themes?

I searched whole morning, and find out that there aren't any themes either to purchase or download for Spree. It …

themes spree
Connection refused - connect(2) (Errno::ECONNREFUSED)

I am developing a spree application ,I recently removed and reinstalled ruby 1.9.3, now whenever I try rails s on terminal …

ruby-on-rails spree
Is there a way to check if part of the URL contains a certain string

Is there a way to check if part of the URL contains a certain string: Eg. <% if current_spree_…

ruby-on-rails-4 spree
Adding Routes to Rails' Spree E-Commerce

I just recently upgraded to 1.0.3, and the routes.rb file in my config/routes folder seems to ignore all my …

ruby-on-rails spree
How to access the admin section of Spree in production?

I have followed the Spree instructions for setting up, and I got it working in development mode. I deployed with …

ruby-on-rails admin spree
Creating an admin user in production on Spree

I deployed my Spree app to a server. Locally I can login as an admin and change things, but on …

ruby-on-rails postgresql spree