dry-transaction Join the chat at https://gitter.im/dry-rb/chat

Gem Version Build Status Dependency Status Code Climate Test Coverage Inline docs

dry-transaction is a business transaction DSL. It provides a simple way to define a complex business transaction that includes processing by many different objects.

Installation

Add this line to your application's Gemfile:

gem 'dry-transaction'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dry-transaction

Development

After checking out the repo, run bundle install to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/dry-rb/dry-transaction.

License

Copyright © 2015-2016 Icelab. dry-transaction is free software, and may be redistributed under the terms specified in the license.