Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ruby 1.9 compat: don't shadow local var with block arg | Jeremy Kemper | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | Fix indentation mismatches | Jeremy Kemper | 2008-11-22 | 1 | -13/+13 |
| | |||||
* | Silence parens warning | Jeremy Kemper | 2008-11-07 | 1 | -1/+1 |
| | |||||
* | Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json methods. ↵ | Cody Fauser | 2008-10-07 | 1 | -0/+17 |
| | | | | | | [#1011 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Format related patches to support serializing data out in the correct format ↵ | Rasik Pandey | 2008-08-29 | 1 | -11/+23 |
| | | | | | | | with correct http request headers per http method type [#450 state:resolved] Signed-off-by: Tarmo Tänav <tarmo@itech.ee> Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8566 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Allow setting ActiveResource::Base#format before #site. [rick] | Rick Olson | 2007-12-28 | 1 | -0/+7 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8503 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Support agnostic formats when calling custom methods. Closes #10635 ↵ | Rick Olson | 2007-12-28 | 1 | -0/+34 |
| | | | | | | [joerichsen] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8502 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added ActiveResource.format= which defaults to :xml but can also be set to ↵ | David Heinemeier Hansson | 2007-09-20 | 1 | -0/+42 |
:json [DHH]. Added one-off declarations of mock behavior [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7518 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |