rails--rails/activeresource/test
Jeremy Kemper 1d8cd1d744 Squash test warnings.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6033 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-01-24 18:29:07 +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 Squash test warnings. 2007-01-24 18:29:07 +00:00
authorization_test.rb
base_errors_test.rb Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097. 2007-01-17 00:46:32 +00:00
base_test.rb Loading a resource preserves its prefix_options. Closes #7353. Silence prefix redefinition warnings; fix type in logged error. 2007-01-24 18:27:36 +00:00
connection_test.rb Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097. 2007-01-17 00:46:32 +00:00
setter_trap.rb Squash test warnings. 2007-01-24 18:29:07 +00:00