index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activeresource
/
lib
/
active_resource
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ActiveResource::Base.find(:last). [#754 state:resolved]
Adrian Mugnolo
2008-08-22
1
-66
/
+71
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-11
/
+11
*
Fixes parsing deep nested resources from XML. [#380 state:resolved]
Luis Hurtado
2008-06-09
1
-1
/
+5
*
Fixed Base#exists? to check status code as integer [#299 state:resolved] (Wes...
David Heinemeier Hansson
2008-06-02
1
-1
/
+1
*
Merge docrails.
Pratik Naik
2008-05-25
1
-16
/
+16
*
Merge docrails:
Pratik Naik
2008-05-09
1
-129
/
+103
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-5
/
+6
*
Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...
Cheah Chu Yeow
2008-04-22
1
-1
/
+37
*
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
1
-0
/
+37
*
Fixed that to_param should be used and honored instead of hardcoding the id (...
David Heinemeier Hansson
2008-03-28
1
-4
/
+4
*
URI.decode site username/password. Closes #11169 [Ernesto Jimenez]
Jeremy Kemper
2008-02-19
1
-2
/
+2
*
Add user and password configuration options to ActiveResource::Base, not all...
Michael Koziarski
2008-02-18
1
-6
/
+71
*
Use HEAD instead of GET inside exists? Closes #11062 [bscofield]
Michael Koziarski
2008-02-09
1
-1
/
+7
*
Fix small documentation typo. Closes #10670 [l.guidi]
Rick Olson
2008-01-02
1
-1
/
+1
*
find_or_create_resource_for handles module nesting. Closes #10646.
Jeremy Kemper
2008-01-02
1
-8
/
+17
*
Allow setting ActiveResource::Base#format before #site. [rick]
Rick Olson
2007-12-28
1
-1
/
+1
*
Document custom methods. Closes #10589.
Jeremy Kemper
2007-12-21
1
-16
/
+30
*
Correct empty response handling. Closes #10445.
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Update XML documentation examples to include explicit type attributes. Closes...
Marcel Molina
2007-11-06
1
-23
/
+23
*
Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...
Michael Koziarski
2007-10-07
1
-0
/
+5
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-2
/
+2
*
Added ActiveResource.format= which defaults to :xml but can also be set to :j...
David Heinemeier Hansson
2007-09-20
1
-6
/
+28
*
Fixes that using a subclass of an ARes object would cache a connection object...
Tobias Lütke
2007-06-27
1
-3
/
+7
*
Big documentation upgrade for ARes (closes #8694) [jeremymcanally]
David Heinemeier Hansson
2007-06-23
1
-47
/
+464
*
Fix reload error when path prefix is used. Closes #8727.
Jeremy Kemper
2007-06-22
1
-1
/
+1
*
Fixed query methods on resources. [Cody Fauser]
Tobias Lütke
2007-06-08
1
-1
/
+1
*
pass the prefix_options to the instantiated record when using find without a ...
Rick Olson
2007-06-01
1
-1
/
+1
*
Handle string and symbol param keys when splitting params into prefix params ...
Rick Olson
2007-05-09
1
-2
/
+3
*
Make respond_to? work as expected
Tobias Lütke
2007-05-04
1
-0
/
+20
*
Try the class itself if the ancestor doesnt have anything
David Heinemeier Hansson
2007-05-02
1
-2
/
+6
*
BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa...
David Heinemeier Hansson
2007-05-01
1
-29
/
+49
*
change #custom_headers to just #headers [Rick]
Rick Olson
2007-04-29
1
-7
/
+7
*
Add support for setting custom headers per ActiveResource model [Rick]
Rick Olson
2007-04-29
1
-5
/
+9
*
Added find-by-path options to ActiveResource::Base.find [DHH]
David Heinemeier Hansson
2007-04-27
1
-7
/
+14
*
Added support for using classes from within a single nested module [DHH]
David Heinemeier Hansson
2007-04-26
1
-4
/
+15
*
Added load_attributes_from_response as a way of loading attributes from other...
David Heinemeier Hansson
2007-04-26
1
-4
/
+7
*
The find should instantiate real objects, not return hashes
David Heinemeier Hansson
2007-04-26
1
-2
/
+5
*
Added support for calling custom methods #6979 [rwdaigle]
David Heinemeier Hansson
2007-04-26
1
-0
/
+1
*
dont bother merging in prefix_options
Rick Olson
2007-04-24
1
-1
/
+1
*
Remove explicit prefix_options parameter for ActiveResource::Base#initialize....
Rick Olson
2007-04-24
1
-20
/
+67
*
Dont insert search parameters into the object
David Heinemeier Hansson
2007-04-23
1
-1
/
+1
*
Disregard namespaces from the default element name, so Highrise::Person will ...
David Heinemeier Hansson
2007-04-19
1
-5
/
+14
*
Allow array and hash query parameters. Closes #7756.
Jeremy Kemper
2007-03-11
1
-17
/
+1
*
Loading a resource preserves its prefix_options. Closes #7353. Silence prefix...
Jeremy Kemper
2007-01-24
1
-4
/
+8
*
Carry over the convenience of #create from ActiveRecord. Closes #7340. [Rya...
Rick Olson
2007-01-24
1
-0
/
+15
*
Mega documentation patches. #7025, #7069 [rwdaigle]
Rick Olson
2007-01-16
1
-20
/
+42
*
Base.exists?(id, options) and Base#exists? check whether the resource is foun...
Jeremy Kemper
2007-01-12
1
-0
/
+12
*
Validating save returns boolean; update and create return responses.
Jeremy Kemper
2006-12-29
1
-4
/
+3
*
prefix_parameters pulls /:path/:params from the URI prefix
Jeremy Kemper
2006-12-29
1
-13
/
+12
[next]