Skip to content

Rails program stops executing due to error

Sean Lerner edited this page Apr 11, 2017 · 31 revisions

When a rails ruby script stops executing, rails will serve up a webpage with details on what caused the error.

How To Fix

Step 1. Figure out what line in what file the error is happening

Let's look at a generic message:

Clone this wiki locally