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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-21
/
+20
*
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
3
-6
/
+64
*
Base#==, eql?, and hash methods. == returns true if its argument is identical...
Jeremy Kemper
2006-12-22
3
-0
/
+61
*
test that element name includes module nesting
Jeremy Kemper
2006-12-21
1
-0
/
+8
*
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
4
-18
/
+45
*
move http_mock to lib so others can use it in their Ares tests
Jeremy Kemper
2006-12-21
2
-5
/
+4
*
fix Rakefile so that the rdoc can be generated
Rick Olson
2006-12-19
1
-1
/
+1
*
Allow subclassed resources to share the site info [Rick]
Rick Olson
2006-12-13
4
-1
/
+49
*
Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]
Rick Olson
2006-12-12
6
-26
/
+82
*
*_path instance methods. Check for missing/invalid site uri. http_mock respon...
Jeremy Kemper
2006-12-05
5
-33
/
+54
*
Use attr_accessor_with_default to dry up attribute initialization. References...
Marcel Molina
2006-11-16
2
-25
/
+6
*
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
3
-2
/
+17
*
Add Base.delete for deleting resources without having to instantiate them first
Jamis Buck
2006-10-06
3
-0
/
+10
*
Make #save behavior mimic AR::Base#save (true on success, false on failure)
Jamis Buck
2006-10-02
5
-12
/
+13
*
assume the passed headers to the ActiveResource HttpMock Request/Response are...
Rick Olson
2006-10-02
1
-2
/
+2
*
Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]
Rick Olson
2006-09-29
7
-39
/
+190
*
workaround collections loaded as :people => { :person => [{..attrs..}, {..att...
Jeremy Kemper
2006-09-22
2
-28
/
+44
*
fixed failing tests now that non-GET requests are sent with .xml file ext. E...
Rick Olson
2006-09-20
4
-13
/
+30
*
Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...
David Heinemeier Hansson
2006-09-20
2
-2
/
+2
*
Version updates and missing licenses
David Heinemeier Hansson
2006-09-15
1
-0
/
+20
*
All verbs should use formatted urls [DHH]
David Heinemeier Hansson
2006-09-13
1
-3
/
+3
*
Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...
Jeremy Kemper
2006-09-09
4
-6
/
+26
*
Basic validation support [Rick Olson]
Rick Olson
2006-09-08
6
-3
/
+184
*
load expects a Hash
Jeremy Kemper
2006-09-05
2
-5
/
+4
*
load nil is noop. use new? instead of new_resource?
Jeremy Kemper
2006-09-04
2
-2
/
+9
*
Deep hashes are converted into collections of resources. Class attribute writ...
Jeremy Kemper
2006-09-04
5
-14
/
+132
*
consistent load path to prevent double loads
Jeremy Kemper
2006-09-04
1
-3
/
+2
*
test subdirs, turn warnings on
Jeremy Kemper
2006-09-04
1
-1
/
+2
*
Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...
Rick Olson
2006-09-01
7
-54
/
+250
*
200...400 are valid response codes. PUT and POST request bodies default to ''.
Jeremy Kemper
2006-08-31
3
-21
/
+54
*
site= accepts URIs
Jeremy Kemper
2006-08-31
3
-4
/
+18
*
start an Active Resource changelog
Jeremy Kemper
2006-08-26
1
-0
/
+3
*
Initial check-in of Active Resourse
David Heinemeier Hansson
2006-06-25
12
-0
/
+543