Questions tagged [solidus]

Solidus is an open source e-commerce system. It was forked from the Spree open source project.

Solidus is an open source e-commerce system. It was forked from the Spree open source project. More information is available at https://github.com/solidusio/solidus/ and http://solidus.io/

93 questions
-1
votes
1 answer

Rails 5.2.1 -> 5.2.2 upgrade on Heroku, deploy crashes with "Could not detect rake tasks"; Solidus 2.7

after upgrading and bundle install, I get this on deploy Could not detect rake tasks remote: ! ensure you can run `$ bundle exec rake -P` against your app remote: ! and using the production group of your Gemfile. remote: ! rake…
Jason FB
  • 4,752
  • 3
  • 38
  • 69
-2
votes
1 answer

Display brand name for a product in Solidus (Spree)

I created the taxonomy "Brand" and now I would like to add the brand name of a specific product. How can I do that? <% if products.any? %>
<% products.each do |product| %> …
Kevin
  • 427
  • 4
  • 12
1 2 3 4 5 6
7