rails--rails/activeresource/test
Jeremy Kemper 849038ee51 Recognize and raise an exception on 405 Method Not Allowed responses. Closes #7692.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6864 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-26 20:57:08 +00:00
..
base 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
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 Handle string and symbol param keys when splitting params into prefix params and query params. 2007-05-09 03:51:06 +00:00
connection_test.rb Recognize and raise an exception on 405 Method Not Allowed responses. Closes #7692. 2007-05-26 20:57:08 +00:00
setter_trap.rb Squash test warnings. 2007-01-24 18:29:07 +00:00