Skip to content

Add commenting to orders / shipments / etc ... based completly of jderrett/spree-order-comments

License

Notifications You must be signed in to change notification settings

Scoutmob/spree_comments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Igor Zubkovradar
Igor Zubkov
and
Jul 27, 2012
91cd4c2 · Jul 27, 2012

History

63 Commits
Jul 21, 2012
Nov 23, 2011
Nov 23, 2011
Sep 21, 2011
Sep 21, 2011
Sep 21, 2011
Jan 21, 2011
Sep 21, 2011
Nov 23, 2011
Jul 27, 2012
Apr 16, 2012
Oct 11, 2011

Repository files navigation

Spree Comments

Spree Comments is an extension for Spree to allow commenting on different models via the admin ui and currently supports Orders & Shipments.

Spree 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 is now an officially supported extension.

Notes:

  • Comments are create-only. You cannot edit or remove them from the Admin UI.

Installation

Add the following to your Gemfile

gem "spree_comments"

Run:

bundle install

Copy over migrations via the rake task:

bundle exec rake spree_comments:install:migrations

Run the migrations

bundle exec rake db:migrate

Or you can also run them together and save a little loading time

bundle exec rake spree_comments:install:migrations db:migrate

Start your server:

rails s

About

Add commenting to orders / shipments / etc ... based completly of jderrett/spree-order-comments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%