It's trivial in Rails 4 for the client code to fix by adding :conditions but that's not an option in Rails 3.
Is there any interest in a fix for this, either by adding a new method (maybe append _without_deleted to the name, or fixing it to work to be consistent with the rest of the queries it modifies?
It's trivial in Rails 4 for the client code to fix by adding
:conditionsbut that's not an option in Rails 3.Is there any interest in a fix for this, either by adding a new method (maybe append
_without_deletedto the name, or fixing it to work to be consistent with the rest of the queries it modifies?