Build your own middleware stack
I just released a new version of ruby-middleware. A tiny library to build middleware stack, for simple composition of decorator/chain of responsibility objects. Improving the readability and testability of data-transformation code.
Post a comment