spree_reviews icon indicating copy to clipboard operation
spree_reviews copied to clipboard

Straightforward review/rating functionality.

Results 32 spree_reviews issues
Sort by recently updated
recently updated
newest added

I used spree_reviews gem version 3.0-stable. But it seemed we don't have cache for _review.html.erb view.

What is the specific reason for that? Other spree core models all inherit from Spree::Base.

Please help me to use this gem/engine with proper guidelines. How to include those shared partials into my original app. Thanks!

Hello! I'm try to use your gem in branch "3-0-stable" and have next problem: After bundle install and migrations on product page i see html text instead of html. All...

Depending on when the cache was made, i.e. if the current_user was logged in or not, the saved html will sometimes have a link to leave a review, sometimes not.

2 things are happening when show_unapproved_ratings is checked: - Unapproved reviews do not count toward the compiled rating at the top. This is funky when there is one unapproved review...

In the [pull request for Spree 4.5 update](https://github.com/spree-contrib/spree_reviews/pull/197), `spree_frontend` gem was introduced as a gem dependency. Since I don't use `spree_frontend`, I got following error when starting my Spree server:...

Resolve [issue#201](https://github.com/spree-contrib/spree_reviews/issues/201)

Resolve [issue#198](https://github.com/spree-contrib/spree_reviews/issues/198): - Remove `spree_frontend` gem dependency.

Got this warning with Spree 4.6.1 running on Ruby 3.2 and Rails 7 ``` /Users/echui/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/spree_reviews-36ef2809191c/config/initializers/spree_permitted_attributes.rb:3: warning: already initialized constant Spree::PermittedAttributes::ATTRIBUTES /Users/echui/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/spree_core-4.6.1/lib/spree/permitted_attributes.rb:3: warning: previous definition of ATTRIBUTES was here ```