Just spinning this up -- not yet released (i.e. doc updates in flight).
See our User Guide for details.
Out of the box Axn only supports a direct style (every action must include Action
).
If you want to support inheritance, you'll need to add this line to your Gemfile
(we're layered over Interactor, and their released version doesn't yet support inheritance):
gem "interactor", github: "kaspermeyer/interactor", branch: "fix-hook-inheritance"
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
Axn is open source and contributions from the community are encouraged! No contribution is too small.
See our contribution guidelines for more information.
A very special thank you to Collective Idea's fantastic Interactor library, which we used successfully for a number of years and which still forms the basis of this library today.