This project is archived and is in readonly mode.
[PATCH] avoid method redefined; discarding old empty? warning
Reported by Santiago Pastorino | March 31st, 2010 @ 12:54 AM | in 3.0.2
./test/core_ext/blank_test.rb:5: warning: method redefined; discarding old empty? ./test/core_ext/blank_test.rb:9: warning: method redefined; discarding old empty?
Comments and changes to this ticket
-
Repository March 31st, 2010 @ 01:00 AM
- State changed from new to committed
(from [c10958fbddb22052e7cbe5fe6b825cda3cb26e48]) avoid method redefined; discarding old empty? warning [#4302 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/c10958fbddb22052e7cbe5fe6b825c... -
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
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
- 4302 [PATCH] avoid method redefined; discarding old empty? warning (from [c10958fbddb22052e7cbe5fe6b825cda3cb26e48]) avoid m...