rails--rails/activeresource/test/base
Jeremy Kemper c172154054 Base#==, eql?, and hash methods. == returns true if its argument is identical to self or if it's an instance of the same class, is not new?, and has the same id. eql? is an alias for ==. hash delegates to id.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5773 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-12-22 21:42:52 +00:00
..
equality_test.rb Base#==, eql?, and hash methods. == returns true if its argument is identical to self or if it's an instance of the same class, is not new?, and has the same id. eql? is an alias for ==. hash delegates to id. 2006-12-22 21:42:52 +00:00
load_test.rb Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic] 2006-12-12 15:29:54 +00:00