This project is archived and is in readonly mode.
Accept a prefix argument to filter_backtrace_with_cleaning.
Reported by Manfred Stienstra | November 24th, 2008 @ 10:33 AM | in 2.x
Test/unit's filter_backtrace method accepts two parameters, however the Rails version does not. This leads to exceptions in test/spec and probably other test frameworks.
Attached is a patch to fix this.
Comments and changes to this ticket
-
Repository November 24th, 2008 @ 10:36 AM
- State changed from new to committed
(from [1f48c09094610cbf26ec1e93d9bf978b2ae86fa8]) Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:committed]
Add a prefix argument to filter_backtrace_with_cleaning so it has the same arity as test/unit's filter_backtrace.
Signed-off-by: David Heinemeier Hansson david@loudthinking.com http://github.com/rails/rails/co...
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
- 1456 Accept a prefix argument to filter_backtrace_with_cleaning. (from [1f48c09094610cbf26ec1e93d9bf978b2ae86fa8]) Accept ...