| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed that ActiveResource#post would post an empty string when it shouldn't b... | David Heinemeier Hansson | 2008-10-30 | 1 | -0/+2 |
* | Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ... | Jeremy Kemper | 2008-08-31 | 1 | -2/+2 |
* | Format related patches to support serializing data out in the correct format ... | Rasik Pandey | 2008-08-29 | 1 | -2/+1 |
* | Add user and password configuration options to ActiveResource::Base, not all... | Michael Koziarski | 2008-02-18 | 1 | -0/+3 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 3 | -5/+5 |
* | find_or_create_resource_for handles module nesting. Closes #10646. | Jeremy Kemper | 2008-01-02 | 1 | -0/+35 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 1 | -3/+3 |
* | Increase test coverage (closes #8699, #8700) [josh] | David Heinemeier Hansson | 2007-09-21 | 1 | -9/+17 |
* | Added proper handling of arrays. Closes #8537 [hasmanyjosh] | Rick Olson | 2007-06-21 | 1 | -2/+3 |
* | BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa... | David Heinemeier Hansson | 2007-05-01 | 1 | -3/+3 |
* | Added support for using classes from within a single nested module [DHH] | David Heinemeier Hansson | 2007-04-26 | 1 | -1/+17 |
* | The find should instantiate real objects, not return hashes | David Heinemeier Hansson | 2007-04-26 | 1 | -1/+1 |
* | Added support for calling custom methods #6979 [rwdaigle] | David Heinemeier Hansson | 2007-04-26 | 1 | -0/+87 |
* | Base#==, eql?, and hash methods. == returns true if its argument is identical... | Jeremy Kemper | 2006-12-22 | 1 | -0/+43 |
* | Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic] | Rick Olson | 2006-12-12 | 1 | -4/+22 |
* | workaround collections loaded as :people => { :person => [{..attrs..}, {..att... | Jeremy Kemper | 2006-09-22 | 1 | -12/+19 |
* | 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 | 1 | -0/+65 |