Sha256: 9b4bda0d909ad60d34406a76e5bfbb95b45c70f83d2ea47345983b7fb884e633
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
Solidus Comments ============== [![Build Status](https://travis-ci.org/solidusio-contrib/solidus_comments.svg?branch=master)](https://travis-ci.org/solidusio-contrib/solidus_comments) Solidus Comments is an extension for Solidus to allow commenting on different models via the admin ui and currently supports Orders & Shipments. Solidus Comments also supports optional comment Types which can be defined per comment-able object (i.e. Order, Shipment, etc) via the admin Configuration tab. This is based on a fork / rename of jderrett/spree-order-comments, and subsequently spree/spree-comments Notes: * Comments are create-only. You cannot edit or remove them from the Admin UI. Installation ------------ Add the following to your Gemfile (or check Versionfile for Solidus versions requirements): gem "solidus_comments" Run: ```shell bundle install bundle exec rails g solidus_comments:install ``` Run the migrations if you did not during the installation generator: bundle exec rake db:migrate Start your server: rails s
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
solidus_comments-1.0.1 | README.md |
solidus_comments-1.0.0 | README.md |