rails/activeresource/test
2007-04-28 15:57:29 +00:00
..
base Added support for using classes from within a single nested module [DHH] 2007-04-26 19:38:16 +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 Added find-by-path options to ActiveResource::Base.find [DHH] 2007-04-27 20:54:53 +00:00
connection_test.rb Disregard namespaces from the default element name, so Highrise::Person will just try to fetch from "/people", not "/highrise/people" [DHH] Added that saves which get a body response (and not just a 201) will use that response to update themselves [DHH] Fixed constant warning when fetching the same object multiple times [DHH] 2007-04-19 22:18:03 +00:00
setter_trap.rb Squash test warnings. 2007-01-24 18:29:07 +00:00