dry-rb / dry-web

Lightweight web application stack with pluggable routing front-ends
http://dry-rb.org
MIT License
212 stars 19 forks source link

Make call_sheet part of the stack #6

Closed solnic closed 8 years ago

solnic commented 9 years ago

call_sheet is a cool gem inspired by transflow. Pretty much the same idea but with a nicer API. It's gonna fit really well for request processing pipeline.

Rodakase can add a simple infrastructure around it to reduce boiler plate.

solnic commented 8 years ago

call_sheet is now dry-transaction and it's used by dry-web.