This project is archived and is in readonly mode.

#4536 ✓resolved
Sam Ruby

retrieve_connection failure processing error template

Reported by Sam Ruby | May 5th, 2010 @ 11:50 AM | in 3.x

Runtime errors in the development environment typically render a rescue page that shows the error, extracted source, various traces, request and response parameters. Starting with commit 841c01fa0fa92aa6e3c2e5029444a9cbb4f161f3, a 500 Internal Server Error is produced instead unless there is no data involved.

Reproduction scenario: generate an app, generate a model w/scaffold, insert an error into index.html, fetch the index (and see the rescue page), create an instance of the model, and refetch the index.

testcase, output, bisect

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Referenced by

Pages