| Commit message (Expand) | Author | Age | Files | Lines |
* | HTTP Accept header | Edgar J. Suarez | 2008-09-18 | 2 | -3/+11 |
* | Merge docrails | Pratik Naik | 2008-09-03 | 2 | -66/+58 |
* | Some performance goodness for inheritable attributes. | Clemens Kofler | 2008-09-03 | 1 | -2/+2 |
* | More symbols for send and respond_to?. | Clemens Kofler | 2008-09-03 | 1 | -2/+2 |
* | Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ... | Jeremy Kemper | 2008-08-31 | 6 | -18/+18 |
* | Format related patches to support serializing data out in the correct format ... | Rasik Pandey | 2008-08-29 | 9 | -50/+78 |
* | Harmonize framework require strategy. Don't add self to load path since Rails... | Jeremy Kemper | 2008-08-25 | 1 | -10/+7 |
* | Clear prefix_parameters cache when setting prefix | Tarmo Tänav | 2008-08-23 | 2 | -0/+12 |
* | Add ActiveResource::Base.find(:last). [#754 state:resolved] | Adrian Mugnolo | 2008-08-22 | 3 | -112/+125 |
* | Consistently use the framework's configured logger and avoid reverting to RAI... | Joshua Peek | 2008-08-18 | 1 | -8/+8 |
* | Fixed problems with the logger used if the logging string included %'s [#840 ... | David Heinemeier Hansson | 2008-08-15 | 2 | -1/+3 |
* | Update uses_mocha in ActionMailer and ActiveResource | Joshua Peek | 2008-07-19 | 1 | -9/+13 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 4 | -15/+15 |
* | Horo rdoc template | Jeremy Kemper | 2008-06-22 | 1 | -1/+1 |
* | Exclude lib/activeresource.rb from rdoc | Jeremy Kemper | 2008-06-18 | 1 | -0/+1 |
* | Update Rakefiles to connect to wrath as current user. Use ssh config to set a... | Jeremy Kemper | 2008-06-18 | 1 | -3/+3 |
* | Fixes parsing deep nested resources from XML. [#380 state:resolved] | Luis Hurtado | 2008-06-09 | 3 | -1/+56 |
* | Fixed Base#exists? to check status code as integer [#299 state:resolved] (Wes... | David Heinemeier Hansson | 2008-06-02 | 2 | -1/+6 |
* | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 3 | -4/+4 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 5 | -29/+100 |
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 3 | -3/+3 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 1 | -129/+103 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 2 | -7/+8 |
* | Fixed response logging to use length instead of the entire thing (seangeo) [#... | David Heinemeier Hansson | 2008-04-29 | 2 | -1/+3 |
* | Rescue from Timeout::Error in ActiveResource::Connection. | Cheah Chu Yeow | 2008-04-22 | 3 | -1/+32 |
* | Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th... | Cheah Chu Yeow | 2008-04-22 | 4 | -4/+117 |
* | Fix more typos and changelog | Pratik Naik | 2008-04-05 | 1 | -2/+0 |
* | Improve documentation. | Pratik Naik | 2008-04-05 | 1 | -0/+2 |
* | Don't shadow attrs var | Jeremy Kemper | 2008-03-30 | 1 | -2/+2 |
* | Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow] | Jeremy Kemper | 2008-03-28 | 2 | -0/+72 |
* | Fixed that to_param should be used and honored instead of hardcoding the id (... | David Heinemeier Hansson | 2008-03-28 | 3 | -32/+112 |
* | Improve documentation. | Pratik Naik | 2008-03-26 | 1 | -0/+2 |
* | sshpublisher needs to be explicitly required now, apparently | David Heinemeier Hansson | 2008-03-18 | 1 | -0/+2 |
* | URI.decode site username/password. Closes #11169 [Ernesto Jimenez] | Jeremy Kemper | 2008-02-19 | 4 | -4/+20 |
* | Add user and password configuration options to ActiveResource::Base, not all... | Michael Koziarski | 2008-02-18 | 5 | -12/+271 |
* | Use HEAD instead of GET inside exists? Closes #11062 [bscofield] | Michael Koziarski | 2008-02-09 | 6 | -3/+29 |
* | Reference to :element option in documentation should be :member. Closes #1090... | Marcel Molina | 2008-01-23 | 1 | -1/+1 |
* | remove rubyforgepublisher, removed from rake | Jeremy Kemper | 2008-01-07 | 1 | -1/+0 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 8 | -11/+11 |
* | Fix small documentation typo. Closes #10670 [l.guidi] | Rick Olson | 2008-01-02 | 2 | -1/+3 |
* | find_or_create_resource_for handles module nesting. Closes #10646. | Jeremy Kemper | 2008-01-02 | 3 | -8/+54 |
* | Allow setting ActiveResource::Base#format before #site. [rick] | Rick Olson | 2007-12-28 | 3 | -1/+10 |
* | Support agnostic formats when calling custom methods. Closes #10635 [joerich... | Rick Olson | 2007-12-28 | 4 | -4/+40 |
* | inherit from the new ActiveSupport::BlankSlate class | Rick Olson | 2007-12-28 | 1 | -1/+1 |
* | Document custom methods. Closes #10589. | Jeremy Kemper | 2007-12-21 | 3 | -57/+87 |
* | Ruby 1.9 compatibility | Jeremy Kemper | 2007-12-21 | 2 | -7/+11 |
* | RubyGems 0.9.5 compat: always set the gem platform | Jeremy Kemper | 2007-12-19 | 1 | -0/+1 |
* | Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas... | Jeremy Kemper | 2007-12-18 | 2 | -5/+3 |
* | Prepare for 2.0.2 release | David Heinemeier Hansson | 2007-12-16 | 3 | -3/+3 |
* | Added more specific exceptions for 400, 401, and 403 (all descending from Cli... | David Heinemeier Hansson | 2007-12-14 | 3 | -1/+27 |