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

https://github.com/stex/petra-rails

[POC] Multi Request Transactions in Rails using petra
https://github.com/stex/petra-rails

Last synced: 2 days ago
JSON representation

[POC] Multi Request Transactions in Rails using petra

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/Stex/petra-rails.svg?branch=master)](https://travis-ci.org/Stex/petra-rails)

# Petra::Rails

`petra-rails` is a proof-of-concept to show how to integrate [`petra`](https://github.com/stex/petra) into the Ruby on Rails framework. It allows running transactions over multiple requests

An actual README will follow, to learn about the basic concept, best head over to the main `petra` repository.

A usage example can be found [here](https://github.com/Stex/petra-rails_demo/tree/master/users)