usecasing
usecasing copied to clipboard
Responsibility centric with use cases. Enjoy your code !
With the context wrapping the `params`, [require](https://github.com/rails/strong_parameters#require-multiple-parameters) does not work anymore, how about adding the `require` in the `Context`. Does it sound like a good idea? I can put a...
changes
- we now can select the execution order that we prefer from: - dependencies -> before -> perform (default, value false) - before -> dependencies -> perform (value true) just...
Hi! To start I want to thank you for this awesome gem :) Having said that, it would be nice if we had a way to stop the rollback chain...