An open API service indexing awesome lists of open source software.

https://github.com/solidusio-contrib/solidus_papertrail

:page_with_curl: Track changes on Solidus orders integrating with paper_trail gem
https://github.com/solidusio-contrib/solidus_papertrail

solidus

Last synced: 9 months ago
JSON representation

:page_with_curl: Track changes on Solidus orders integrating with paper_trail gem

Awesome Lists containing this project

README

          

SolidusPapertrail
=================

[![CircleCI](https://circleci.com/gh/solidusio-contrib/solidus_papertrail.svg?style=svg)](https://circleci.com/gh/solidusio-contrib/solidus_papertrail)

Introduction goes here.

Installation
------------

Add solidus_papertrail to your Gemfile:

```ruby
gem 'solidus_papertrail'
```

Bundle your dependencies and run the installation generator:

```shell
bundle
bundle exec rails g solidus_papertrail:install
```

Testing
-------

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

```shell
bundle
bundle exec rake test_app
bundle exec rspec spec
```

When testing your applications integration with this extension you may use it's factories.
Simply add this require statement to your spec_helper:

```ruby
require 'solidus_papertrail/factories'
```

Copyright (c) 2014 [Acid Labs][acidlabs], released under the New BSD License

[acidlabs]: https://github.com/acidlabs