This project is archived and is in readonly mode.

active_support/core_ext/object/returning.rb removed in 3.0.0.rc?
Reported by Sidu Ponnappa | July 27th, 2010 @ 09:07 AM
active support 3.0.0.beta has the returning method.
~/.rvm/gems/ruby-1.8.7-p174/gems/activesupport-3.0.0.beta4 λ ack 'def returning'
lib/active_support/core_ext/object/returning.rb
38: def returning(value)
3.0.0.rc no longer does
~/.rvm/gems/ruby-1.8.7-p174/gems/activesupport-3.0.0.rc λ ack 'def returning'
~/.rvm/gems/ruby-1.8.7-p174/gems/activesupport-3.0.0.rc λ
Comments and changes to this ticket
-
José Valim July 27th, 2010 @ 10:54 AM
- State changed from new to invalid
- Importance changed from to Low
Yes, it was removed and deprecated in the 2-3-stable branch. Please check the CHANGELOG.
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>