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
- Host: GitHub
- URL: https://github.com/solidusio-contrib/solidus_papertrail
- Owner: solidusio-contrib
- License: bsd-3-clause
- Created: 2016-04-25T17:27:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T07:14:23.000Z (over 3 years ago)
- Last Synced: 2025-04-06T03:12:43.111Z (about 1 year ago)
- Topics: solidus
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 10
- Watchers: 8
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SolidusPapertrail
=================
[](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