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
...
*
*_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
[prev]