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
2007-01-24 02:40:32 +00:00
..
base 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
fixtures Subclasses share superclass site until explicitly set. This way you can set Superclass.site = ... after subclasses have been defined. 2006-12-21 22:12:21 +00:00
abstract_unit.rb Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich Collins] 2007-01-23 05:22:33 +00:00
authorization_test.rb Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic] 2006-12-12 15:29:54 +00:00
base_errors_test.rb Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097. 2007-01-17 00:46:32 +00:00
base_test.rb Carry over the convenience of #create from ActiveRecord. Closes #7340. [Ryan Daigle] 2007-01-24 02:40:32 +00:00
connection_test.rb Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097. 2007-01-17 00:46:32 +00:00