When first creating a new application, an Error Controller is provided but it isn't hooked up and doesn't do anything without some work.
Create a new generator that will provide the 3 views, the Error Controller, and the registry of the handler in the pipeline.
Are there two steps to this issue?
error generator (probably take cues from auth generator)amber newI could probably take this one.
I have some WIP stashed for this, but waiting on https://github.com/amberframework/amber/pull/330 to get merged in.
@drujensen - Can you confirm my question about the the steps for this issue above?
@marksiemers that is correct. There are a couple helper methods to inject the pipeline and add the routes. You can find those used in the Auth generator as well. Thanks for taking this on.
Being addressed in https://github.com/amberframework/amber/pull/345
Can this be moved to 0.4.0 milestone?
Most helpful comment
Are there two steps to this issue?
errorgenerator (probably take cues fromauthgenerator)amber newI could probably take this one.