When Things Go Wrong
Let’s explore some of the issues that can occur in Rails.
We'll cover the following...
Let’s start by introducing a typo in the source code (highlighted in the below code) that perhaps was introduced by a misfiring autocorrect function in your favorite editor:
Typing
Press + to interact
class SayController < ApplicationControllerdef hello@time = Time.knowenddef goodbyeendend
Demonstration of typos
Run the application provided below to see the typo error.