This project is archived and is in readonly mode.
Object.exists?(nil) returned true in Rails 3.0.3, false in Rails < 3
Reported by Jay | February 3rd, 2011 @ 06:03 PM
in Rails 3.0.3
ruby-1.9.2-p0 > Collection.exists?(nil)
=> true
in Rails 2.3.5
ruby-1.8.7-p249 > Collection.exists?(nil)
=> false
Expected behavior: same as Rails 2.3.5
Comments and changes to this ticket
-
Santiago Pastorino February 3rd, 2011 @ 07:05 PM
- Importance changed from to Low
is this a duplicate of #6342 ?
Please confirm so I can close this. -
Santiago Pastorino February 3rd, 2011 @ 08:45 PM
- State changed from new to duplicate
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>