It would be nice to use a specific controller from my application as the Solid Errors base controller, the same way that Mission Control Jobs does. For example, if MyAdminController handles all of my authentication, it would be nice to simply tell Solid Errors to inherit from that controller.
Details:
This PR adds a new base_controller_class config option to accomplish this.
Please let me know if this is something you'd be willing to add, and if there any other aspects you'd like me to include or change.
And thank you for Solid Errors! Today I upgraded our production app to use Solid Errors ✌🏼
Motivation:
It would be nice to use a specific controller from my application as the Solid Errors base controller, the same way that Mission Control Jobs does. For example, if
MyAdminController
handles all of my authentication, it would be nice to simply tell Solid Errors to inherit from that controller.Details:
This PR adds a new
base_controller_class
config option to accomplish this.Please let me know if this is something you'd be willing to add, and if there any other aspects you'd like me to include or change.
And thank you for Solid Errors! Today I upgraded our production app to use Solid Errors ✌🏼