Rodrigo Serradura
Rodrigo Serradura
:+1: for the dup approach.
Thanks, @0000marcell for your contribution! 🎉 I'm glad to see the first feature made by another contributor! 👏
@marlosirapuan I'm not sure about the method name yet. But this mode could be enabled using a kwarg. e.g: ```ruby Micro::Cases.flow(transaction: true, [ CreateUser, CeateUserProfile ]) # -- class MyCase...
@MatheusRich I liked the usage of `db_transaction` kwarg. Much better and explicit!
@mrbongiolo I can think of different types of transactions. But I would like to start solving this first one: DB transactions. As you proposed, I believe that if a new...
Hello, this PR has compability only with the older Turbolinks version. Because you are listening "page:load" (the old way) instead of "turbolinks:load" (the current version). Check the **Should I use...
I would like to recommend this project https://github.com/serradura/u-case (the project has 305 stars 😊), the interactor is great and it and other gems gave me the ideas and experience to...