aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/base.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]Rick Olson2006-12-121-16/+7
* *_path instance methods. Check for missing/invalid site uri. http_mock respon...Jeremy Kemper2006-12-051-3/+11
* Use attr_accessor_with_default to dry up attribute initialization. References...Marcel Molina2006-11-161-25/+4
* to_xml needs to accept an options hash to conform with the expectations of Ha...Jamis Buck2006-10-241-2/+2
* Add basic logging support for logging outgoing requests.Jamis Buck2006-10-231-0/+4
* Add Base.delete for deleting resources without having to instantiate them firstJamis Buck2006-10-061-0/+4
* Make #save behavior mimic AR::Base#save (true on success, false on failure)Jamis Buck2006-10-021-3/+4
* workaround collections loaded as :people => { :person => [{..attrs..}, {..att...Jeremy Kemper2006-09-221-16/+25
* fixed failing tests now that non-GET requests are sent with .xml file ext. E...Rick Olson2006-09-201-1/+6
* All verbs should use formatted urls [DHH]David Heinemeier Hansson2006-09-131-3/+3
* load expects a HashJeremy Kemper2006-09-051-1/+1
* load nil is noop. use new? instead of new_resource?Jeremy Kemper2006-09-041-2/+3
* Deep hashes are converted into collections of resources. Class attribute writ...Jeremy Kemper2006-09-041-9/+51
* Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...Rick Olson2006-09-011-30/+87
* site= accepts URIsJeremy Kemper2006-08-311-3/+3
* Initial check-in of Active ResourseDavid Heinemeier Hansson2006-06-251-0/+99