rails--rails/activeresource/test
Jamis Buck 6c0609fafb Add Base.delete for deleting resources without having to instantiate them first
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5229 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-10-06 17:25:10 +00:00
..
base workaround collections loaded as :people => { :person => [{..attrs..}, {..attrs..}] } 2006-09-22 21:29:54 +00:00
fixtures Deep hashes are converted into collections of resources. Class attribute writer methods. 2006-09-04 10:04:23 +00:00
abstract_unit.rb consistent load path to prevent double loads 2006-09-04 09:50:15 +00:00
authorization_test.rb Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan] 2006-09-29 16:25:49 +00:00
base_errors_test.rb Make #save behavior mimic AR::Base#save (true on success, false on failure) 2006-10-02 22:14:15 +00:00
base_test.rb Add Base.delete for deleting resources without having to instantiate them first 2006-10-06 17:25:10 +00:00
connection_test.rb Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan] 2006-09-29 16:25:49 +00:00
http_mock.rb assume the passed headers to the ActiveResource HttpMock Request/Response are hashes [Rick Olson] 2006-10-02 14:20:18 +00:00