This project is archived and is in readonly mode.
Missing method error doesn't specify which controller it is missing from
Reported by Alan Harper | April 19th, 2010 @ 04:00 AM
The error page shown when the method you are requesting on a controller doesn't specify which controller the method is missing from
Comments and changes to this ticket
-
Alan Harper April 19th, 2010 @ 07:26 AM
- Tag changed from tagged:patch milestone:3.0 to mile, patch
-
Alan Harper April 19th, 2010 @ 07:26 AM
- Tag changed from mile, patch to patch
-
Ryan Bigg April 19th, 2010 @ 08:01 AM
- State changed from new to open
+1, I worked on Alan with this at Railscamp! Patch applies fine to master.
-
Rohit Arondekar June 9th, 2010 @ 12:51 PM
- Tag changed from patch to actionpack rails3, patch
- Assigned user set to José Valim
+1 tests pass on the following versions:
ruby 1.9.2dev (2010-06-06 revision 28184)
ruby 1.8.7 (2009-06-12 patchlevel 174)Just one small nitpick though, on applying the patch I got trailing whitespace warnings, you might want to remove them.
-
Repository June 10th, 2010 @ 07:08 PM
- State changed from open to resolved
(from [566967eaf3a66ff6a7e31f43894e21a1940ba9e7]) Missing method error doesn't specify which controller it is missing from [#4436 state:resolved]
The error page shown when the method you are requesting on a controller
doesn't specify which controller the method is missing fromSigned-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/566967eaf3a66ff6a7e31f43894e21...
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>
People watching this ticket
Attachments
Tags
Referenced by
- 4436 Missing method error doesn't specify which controller it is missing from (from [566967eaf3a66ff6a7e31f43894e21a1940ba9e7]) Missing...