aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/custom_methods.rb
Commit message (Expand)AuthorAgeFilesLines
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Make use of AS::Concern in ActiveResourceJoshua Peek2009-06-081-36/+33
* Setup ActiveResource autoloadsJoshua Peek2009-06-081-4/+0
* Cherry pick Active Support dependencies. Autoload.Jeremy Kemper2009-05-061-0/+4
* Fixed that ActiveResource#post would post an empty string when it shouldn't b...David Heinemeier Hansson2008-10-301-1/+1
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-2/+2
* Format related patches to support serializing data out in the correct format ...Rasik Pandey2008-08-291-9/+10
* Merge with docrails.Pratik Naik2008-07-161-2/+2
* Merge docrails.Pratik Naik2008-05-251-7/+7
* Reference to :element option in documentation should be :member. Closes #1090...Marcel Molina2008-01-231-1/+1
* Support agnostic formats when calling custom methods. Closes #10635 [joerich...Rick Olson2007-12-281-3/+3
* Document custom methods. Closes #10589.Jeremy Kemper2007-12-211-41/+55
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-13/+11
* Big documentation upgrade for ARes (closes #8694) [jeremymcanally]David Heinemeier Hansson2007-06-231-17/+20
* Ensure that post and put requests pass in Content-Length to the server. Tobias Lütke2007-06-191-4/+4
* change #custom_headers to just #headers [Rick]Rick Olson2007-04-291-9/+9
* Add support for setting custom headers per ActiveResource model [Rick]Rick Olson2007-04-291-9/+9
* Added support for calling custom methods #6979 [rwdaigle]David Heinemeier Hansson2007-04-261-0/+104