Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Ruby Weekly News 2nd - 15th May 2005
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Markus, post: 4471538"] Good point. Descending it from Array shouldn't hurt for the other cases, but it won't fix the problem for them either. I suppose we could add === for all classes that might be proxied, by that seems needlessly inefficient (it would pretty much bypass the C version of Class#===). Is it always either an instance of Array or of ActiveRecord? If so, basing AssociationProxy off Array and adding === to ActiveRecord should fix it for both cases. ==MarkusQ [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Ruby Weekly News 2nd - 15th May 2005
Top