spree-contrib/spree_reviews

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rubocop.yml
.travis.yml
Appraisals
CHANGELOG.md
CONTRIBUTING.md
Gemfile
LICENSE.md
README.md
Rakefile
app/assets/images/store/reviews/delete.gif
app/assets/images/store/reviews/star.gif
app/assets/stylesheets/spree/backend/spree_reviews.css
app/assets/stylesheets/spree/frontend/spree_reviews.css.erb
app/views/spree/admin/feedback_reviews/index.html.erb
app/views/spree/admin/review_settings/edit.html.erb
app/views/spree/admin/reviews/_form.html.erb
app/views/spree/admin/reviews/edit.html.erb
app/views/spree/admin/reviews/index.html.erb
app/views/spree/feedback_reviews/_form.html.erb
app/views/spree/feedback_reviews/_summary.html.erb
app/views/spree/feedback_reviews/create.js.erb
app/views/spree/reviews/_form.html.erb
app/views/spree/reviews/_stars.html.erb
app/views/spree/reviews/index.html.erb
app/views/spree/reviews/new.html.erb
app/views/spree/shared/_rating.html.erb
app/views/spree/shared/_review.html.erb
app/views/spree/shared/_review_summary.html.erb
app/views/spree/shared/_reviews.html.erb
app/views/spree/shared/_shortrating.html.erb
bin/rails
gemfiles/spree_3_7.gemfile
gemfiles/spree_4_1.gemfile
gemfiles/spree_4_2.gemfile
gemfiles/spree_master.gemfile
spree_reviews.gemspec
app/assets/config/spree_reviews_manifest.js0
app/assets/javascripts/spree/backend/spree_reviews.js3
app/assets/javascripts/spree/frontend/spree_reviews.js3
app/controllers/spree/admin/feedback_reviews_controller.rb10
app/controllers/spree/admin/review_settings_controller.rb16
A
25 mins
app/controllers/spree/admin/reviews_controller.rb30
app/controllers/spree/feedback_reviews_controller.rb40
app/controllers/spree/products_controller_decorator.rb8
app/controllers/spree/reviews_controller.rb44
A
25 mins
app/helpers/spree/reviews_helper.rb13
app/models/spree/feedback_review.rb14
app/models/spree/product_decorator.rb20