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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added ActiveResource.format= which defaults to :xml but can also be set to :j...
David Heinemeier Hansson
2007-09-20
6
-28
/
+114
*
Raise ActiveResource::Redirection on 301,302 http code
Tobias Lütke
2007-08-09
1
-1
/
+8
*
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
4
-82
/
+637
*
Fix reload error when path prefix is used. Closes #8727.
Jeremy Kemper
2007-06-22
1
-1
/
+1
*
Added proper handling of arrays. Closes #8537 [hasmanyjosh]
Rick Olson
2007-06-21
1
-19
/
+6
*
Ensure that post and put requests pass in Content-Length to the server.
Tobias Lütke
2007-06-19
2
-6
/
+6
*
Remove ActiveResource::Struct because it hasn't proven very useful. Creating ...
Jeremy Kemper
2007-06-09
1
-16
/
+0
*
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
*
Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...
Jeremy Kemper
2007-05-26
1
-0
/
+9
*
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
2
-16
/
+16
*
Add support for setting custom headers per ActiveResource model [Rick]
Rick Olson
2007-04-29
3
-24
/
+28
*
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
3
-0
/
+113
*
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
*
Include Active Resource instead of Action Web Service [DHH]
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
3
-8
/
+26
*
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
*
Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097.
Jeremy Kemper
2007-01-17
1
-2
/
+2
*
Mega documentation patches. #7025, #7069 [rwdaigle]
Rick Olson
2007-01-16
5
-24
/
+104
*
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
2
-6
/
+6
*
prefix_parameters pulls /:path/:params from the URI prefix
Jeremy Kemper
2006-12-29
1
-13
/
+12
*
doh typo in commit from the hip
Jeremy Kemper
2006-12-29
1
-1
/
+1
*
generate prefix parameters if undefined
Jeremy Kemper
2006-12-29
1
-0
/
+1
*
Query string support. Closes #6855.
Jeremy Kemper
2006-12-29
1
-6
/
+38
*
Base#==, eql?, and hash methods. == returns true if its argument is identical...
Jeremy Kemper
2006-12-22
1
-0
/
+16
*
HttpMock InvalidRequestError inspects the mismatched request
Jeremy Kemper
2006-12-21
1
-2
/
+2
*
Subclasses share superclass site until explicitly set. This way you can set S...
Jeremy Kemper
2006-12-21
1
-12
/
+9
*
move http_mock to lib so others can use it in their Ares tests
Jeremy Kemper
2006-12-21
1
-0
/
+123
*
Allow subclassed resources to share the site info [Rick]
Rick Olson
2006-12-13
1
-1
/
+14
*
Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]
Rick Olson
2006-12-12
2
-17
/
+28
*
*_path instance methods. Check for missing/invalid site uri. http_mock respon...
Jeremy Kemper
2006-12-05
2
-6
/
+15
*
Use attr_accessor_with_default to dry up attribute initialization. References...
Marcel Molina
2006-11-16
1
-25
/
+4
*
to_xml needs to accept an options hash to conform with the expectations of Ha...
Jamis Buck
2006-10-24
1
-2
/
+2
*
Add basic logging support for logging outgoing requests.
Jamis Buck
2006-10-23
2
-2
/
+15
*
Add Base.delete for deleting resources without having to instantiate them first
Jamis Buck
2006-10-06
1
-0
/
+4
*
Make #save behavior mimic AR::Base#save (true on success, false on failure)
Jamis Buck
2006-10-02
2
-5
/
+7
[prev]
[next]