Sha256: 3b464cc7cfd9ef6322a9cfd9454fd287599eecfdf5e0988ed21c6780b8e9900a
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
# Samsara [![Build Status](https://travis-ci.org/nedap/samsara.svg?branch=master)](http://travis-ci.org/nedap/samsara) [![Code Climate](https://codeclimate.com/repos/55377484e30ba0452a000e20/badges/4a99ca136302edade535/gpa.svg)](https://codeclimate.com/repos/55377484e30ba0452a000e20/feed) [![Test Coverage](https://codeclimate.com/repos/55377484e30ba0452a000e20/badges/4a99ca136302edade535/coverage.svg)](https://codeclimate.com/repos/55377484e30ba0452a000e20/feed) A simple auditing gem that does things a little differently. Rather than just storing the domain changes made this gem is also capable of storing the context in which the changes were made such as a http request. This context is stored in a separate database table and is shared by multiple revisions in case a single request causes changes to multiple domain models. ## Installation Add this line to your application's Gemfile: ```ruby gem 'samsara' ``` And then execute: $ bundle Or install it yourself as: $ gem install samsara ## Contributing 1. Fork it ( https://github.com/nedap/samsara/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
samsara-0.0.3 | README.md |
samsara-0.0.2 | README.md |