1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activeresource/test/base
2007-05-01 04:48:48 +00:00
..
custom_methods_test.rb BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :params and more strict usage of scopes [DHH] Added find-one with symbol [DHH] 2007-05-01 04:48:48 +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 Added support for using classes from within a single nested module [DHH] 2007-04-26 19:38:16 +00:00