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
- Host: GitHub
- URL: https://github.com/stex/petra-rails
- Owner: stex
- License: mit
- Created: 2016-01-27T10:00:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T05:29:41.000Z (over 3 years ago)
- Last Synced: 2025-01-15T11:30:41.324Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 372 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](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)