Closed alanpeabody closed 8 years ago
@Dangeranger @beerlington I did what I could with the docs (they could be better, but it takes me 5x time to finish the docs then to actually write the code).
I would like to merge this as is for now. Better docs and test can keep coming.
📦
@alanpeabody Awesome work. I would like to help with the docs as that is something that I can contribute to immediately in a project like this one.
@Dangeranger please do, I have a super hard time with them!
This changes how the library is imlemented significantly while keeping the API mostly the same. Instead of defining the action functions on your controller for you we instead intercept calls to those actions via a plug and dispatch them to the behaviour. The behavour then hits the callbacks as required to serve the request.