rails--rails/activeresource/test
Tobias Lütke 18a4cc1bd2 Raise ActiveResource::Redirection on 301,302 http code
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7297 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-08-09 19:22:04 +00:00
..
base Added proper handling of arrays. Closes #8537 [hasmanyjosh] 2007-06-21 15:07:15 +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 Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] 2007-04-28 15:57:29 +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 Fixes that using a subclass of an ARes object would cache a connection object based of its parent's site variable. Changing the parent's site would have no effect on the descentent objects. 2007-06-27 16:00:07 +00:00
connection_test.rb Raise ActiveResource::Redirection on 301,302 http code 2007-08-09 19:22:04 +00:00
setter_trap.rb Squash test warnings. 2007-01-24 18:29:07 +00:00