When Things Go Wrong
Understand how to handle common errors in Rails by exploring typo-induced bugs and URL issues. Learn to use Rails’ web console to debug and evaluate code, gain confidence in verifying your Rails installation, and prepare for building real applications.
We'll cover the following...
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
Demonstration of typos
Run the application provided below to see the typo error.