This project is archived and is in readonly mode.
[PATCH] Remove deprecation warnings and avoid TypeErrors in actionpack/lib/abstract_controller/rendering.rb
Reported by foca | April 15th, 2010 @ 02:08 PM
After 71c9337f45f9c5461cbc6ddf6cab764ad0f82c3b
we
started getting TypeErrors on that file due to using a deprecated
API, this fixes it.
Comments and changes to this ticket
-
Rolf Bjaanes April 15th, 2010 @ 02:19 PM
Just reporting that this patch works for me on a project based on rails3 edge.
Ran both controller/base_test.rb and my own cucumber tests which passed on previously breaking steps
after applying this patch. -
Repository April 15th, 2010 @ 02:51 PM
- State changed from new to resolved
(from [4bce5ba600596b5e7afec9b097866ac259c5940a]) Avoid deprecation warnings and potential TypeErrors [#4404 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com
http://github.com/rails/rails/commit/4bce5ba600596b5e7afec9b097866a... -
Repository April 16th, 2010 @ 11:47 PM
(from [ac015b1d07241f9702af41b079d27985c9b9a20f]) Revert "Avoid deprecation warnings and potential TypeErrors [#4404 state:resolved]" Revert "protected instance variables added to the deprecated config accessor
This reverts commit 4bce5ba600596b5e7afec9b097866ac259c5940a and 0ee2d3c89a893f0c53924cbb756c7e9be616eb8f.
http://github.com/rails/rails/commit/ac015b1d07241f9702af41b079d279...
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
- 4404 [PATCH] Remove deprecation warnings and avoid TypeErrors in actionpack/lib/abstract_controller/rendering.rb (from [4bce5ba600596b5e7afec9b097866ac259c5940a]) Avoid d...
- 4404 [PATCH] Remove deprecation warnings and avoid TypeErrors in actionpack/lib/abstract_controller/rendering.rb (from [ac015b1d07241f9702af41b079d27985c9b9a20f]) Revert ...