solid_errors icon indicating copy to clipboard operation
solid_errors copied to clipboard

Introduce base_controller_class config option

Open ron-shinall opened this issue 1 year ago • 2 comments

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 ✌🏼

ron-shinall avatar Oct 25 '24 21:10 ron-shinall

Excellent! In particular I wasn't sure if you'd prefer a method for reading this value, so let me know if you'd want that change.

ron-shinall avatar Oct 26 '24 13:10 ron-shinall

@fractaledmind are there any changes you'd like me to make on this?

ron-shinall avatar Nov 03 '24 02:11 ron-shinall

Live in v0.7.0 now. Thanks

fractaledmind avatar Jun 11 '25 15:06 fractaledmind