| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow subclassed resources to share the site info [Rick] | Rick Olson | 2006-12-13 | 2 | -0/+20 |
* | Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic] | Rick Olson | 2006-12-12 | 3 | -9/+52 |
* | *_path instance methods. Check for missing/invalid site uri. http_mock respon... | Jeremy Kemper | 2006-12-05 | 3 | -27/+39 |
* | Add Base.delete for deleting resources without having to instantiate them first | Jamis Buck | 2006-10-06 | 1 | -0/+4 |
* | Make #save behavior mimic AR::Base#save (true on success, false on failure) | Jamis Buck | 2006-10-02 | 2 | -7/+4 |
* | assume the passed headers to the ActiveResource HttpMock Request/Response are... | Rick Olson | 2006-10-02 | 1 | -2/+2 |
* | Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan] | Rick Olson | 2006-09-29 | 5 | -33/+170 |
* | workaround collections loaded as :people => { :person => [{..attrs..}, {..att... | Jeremy Kemper | 2006-09-22 | 1 | -12/+19 |
* | fixed failing tests now that non-GET requests are sent with .xml file ext. E... | Rick Olson | 2006-09-20 | 2 | -12/+21 |
* | Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re... | Jeremy Kemper | 2006-09-09 | 2 | -0/+11 |
* | Basic validation support [Rick Olson] | Rick Olson | 2006-09-08 | 2 | -1/+42 |
* | load expects a Hash | Jeremy Kemper | 2006-09-05 | 1 | -4/+3 |
* | load nil is noop. use new? instead of new_resource? | Jeremy Kemper | 2006-09-04 | 1 | -0/+6 |
* | Deep hashes are converted into collections of resources. Class attribute writ... | Jeremy Kemper | 2006-09-04 | 3 | -5/+72 |
* | consistent load path to prevent double loads | Jeremy Kemper | 2006-09-04 | 1 | -3/+2 |
* | Major updates to ActiveResource, please see changelog and unit tests [Rick Ol... | Rick Olson | 2006-09-01 | 4 | -21/+128 |
* | 200...400 are valid response codes. PUT and POST request bodies default to ''. | Jeremy Kemper | 2006-08-31 | 1 | -5/+36 |
* | site= accepts URIs | Jeremy Kemper | 2006-08-31 | 1 | -1/+13 |
* | Initial check-in of Active Resourse | David Heinemeier Hansson | 2006-06-25 | 5 | -0/+166 |