Skip to content

Rails program stops executing due to error

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

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

How To Fix

Step 1. Decipher the error message

First check to see if we have a specific guide on troubleshooting common errors:

Available Guides

  • Routing Error: No route matches

Guides That Still Need to be Written

If your error isn't listed above, proceed to the next step.

Step 2. Identify where the error is occuring

This content still needs to be written.

Clone this wiki locally