Rails 2.0 to include Exceptional-style error handling
Sunday, September 30th, 2007DHH posted today about the recently released preview release for rails 2.0. One notable piece of the update is introduction to a rescue_from directive that provides an easier interface to handling errors than rescue_action_in_public. If any of you have used Exceptional, you know this is very similar to what exceptional provides. Not surprisingly, both the core team and me drew our inspiration from John Wilger who as far as I can see came up with the original idea.
It’s cool to see that the core team made similar improvements to the idea that I did. That tells me that at least I wasn’t clueless in my designs for the plugin.
I guess this means exceptional will fade off into the sunset. I know it has been good to me, and will live on in past projects. I imagine that we at Satisfaction will replace it with the core code when we upgrade to 2.0.