aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* change #custom_headers to just #headers [Rick]Rick Olson2007-04-291-1/+1
* Add support for setting custom headers per ActiveResource model [Rick]Rick Olson2007-04-291-0/+9
* Added find-by-path options to ActiveResource::Base.find [DHH]David Heinemeier Hansson2007-04-271-0/+6
* Added support for using classes from within a single nested module [DHH]David Heinemeier Hansson2007-04-261-0/+15
* Added load_attributes_from_response as a way of loading attributes from other...David Heinemeier Hansson2007-04-261-0/+11
* Added support for calling custom methods #6979 [rwdaigle]David Heinemeier Hansson2007-04-261-0/+5
* why oh why do i always forget to save the changelogRick Olson2007-04-241-1/+1
* Remove explicit prefix_options parameter for ActiveResource::Base#initialize....Rick Olson2007-04-241-0/+7
* Disregard namespaces from the default element name, so Highrise::Person will ...David Heinemeier Hansson2007-04-191-0/+6
* Allow array and hash query parameters. Closes #7756.Jeremy Kemper2007-03-111-0/+2
* Loading a resource preserves its prefix_options. Closes #7353. Silence prefix...Jeremy Kemper2007-01-241-0/+2
* Carry over the convenience of #create from ActiveRecord. Closes #7340. [Rya...Rick Olson2007-01-241-0/+2
* Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich Collins]Rick Olson2007-01-231-0/+2
* Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097.Jeremy Kemper2007-01-171-0/+2
* Mega documentation patches. #7025, #7069 [rwdaigle]Rick Olson2007-01-161-0/+2
* Base.exists?(id, options) and Base#exists? check whether the resource is foun...Jeremy Kemper2007-01-121-0/+2
* Query string support. Closes #6855.Jeremy Kemper2006-12-291-0/+4
* Base#==, eql?, and hash methods. == returns true if its argument is identical...Jeremy Kemper2006-12-221-0/+2
* Subclasses share superclass site until explicitly set. This way you can set S...Jeremy Kemper2006-12-211-4/+4
* Allow subclassed resources to share the site info [Rick]Rick Olson2006-12-131-0/+15
* Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]Rick Olson2006-12-121-0/+2
* Use attr_accessor_with_default to dry up attribute initialization. References...Marcel Molina2006-11-161-0/+2
* Add basic logging support for logging outgoing requests.Jamis Buck2006-10-231-0/+2
* Add Base.delete for deleting resources without having to instantiate them firstJamis Buck2006-10-061-0/+2
* Make #save behavior mimic AR::Base#save (true on success, false on failure)Jamis Buck2006-10-021-0/+2
* Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]Rick Olson2006-09-291-0/+2
* fixed failing tests now that non-GET requests are sent with .xml file ext. E...Rick Olson2006-09-201-0/+3
* Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...Jeremy Kemper2006-09-091-0/+9
* Basic validation support [Rick Olson]Rick Olson2006-09-081-0/+6
* Deep hashes are converted into collections of resources. Class attribute writ...Jeremy Kemper2006-09-041-0/+9
* Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...Rick Olson2006-09-011-0/+27
* 200...400 are valid response codes. PUT and POST request bodies default to ''.Jeremy Kemper2006-08-311-1/+1
* site= accepts URIsJeremy Kemper2006-08-311-0/+2
* start an Active Resource changelogJeremy Kemper2006-08-261-0/+3