DEV Community

Favorite Rails 6 Small Changes/Features

Nate Vick on May 02, 2019

With Rails 6 on the horizon, we all know the big features and changes to the framework, but what about the small features and changes. I'm looking...
Collapse
 
ben profile image
Ben Halpern

I'm definitely intrigued by ActionMailer. A toolkit for rolling more of my own stuff in email-world is definitely interesting.

Collapse
 
coreyja profile image
Corey Alexander

This is what peaked my interest most too! Brings to mind some interesting ideas for sure

Collapse
 
natevick profile image
Nate Vick

Introduce ActionDispatch::ActionableExceptions.

The ActionDispatch::ActionableExceptions middleware dispatches actions from ActiveSupport::ActionableError descendants.

Actionable errors let's you dispatch actions from Rails' error pages.

I saw this in Rails 6 B-Sides and Rarities