RubyFlow The Ruby and Rails community linklog

Rails' rescue_from

A little write up on rescue_from: rescue_from

Comments

Nice! Didn’t know about ActiveSupport::Rescuable But I think using a private method is better than a block since you can override it in subclasses

It piles the handlers up anyway so even if you use a block in your ApplicationController than use another one in your FooController the later will be the one invoked.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in