Sign in through GitHub
Applied Filters: Revised Episodes xControllers x
Handling Exceptions (revised)
Episode #53Apr 20, 201315 comments

Handling Exceptions (revised)

By default, Rails will render a static error file when an exception occurs in production. Here you will learn how to fully customize this behavior and render dynamic error pages. (11 minutes)
Destroy without JavaScript (revised)
Episode #77Jun 16, 201212 comments

Destroy without JavaScript (revised)

A destroy link in Rails does not work without JavaScript. In this episode I show two techniques for gracefully degrading destroy links: button_to and a delete action. (8 minutes)