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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Add Basic HTTP Authentication to ActiveResource (closes #6305). [jonathan]
Rick Olson
2006-09-29
1
-6
/
+18
*
workaround collections loaded as :people => { :person => [{..attrs..}, {..att...
Jeremy Kemper
2006-09-22
1
-16
/
+25
*
fixed failing tests now that non-GET requests are sent with .xml file ext. E...
Rick Olson
2006-09-20
1
-1
/
+6
*
Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...
David Heinemeier Hansson
2006-09-20
2
-2
/
+2
*
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
1
-6
/
+6
*
Basic validation support [Rick Olson]
Rick Olson
2006-09-08
3
-2
/
+136
*
load expects a Hash
Jeremy Kemper
2006-09-05
1
-1
/
+1
*
load nil is noop. use new? instead of new_resource?
Jeremy Kemper
2006-09-04
1
-2
/
+3
*
Deep hashes are converted into collections of resources. Class attribute writ...
Jeremy Kemper
2006-09-04
1
-9
/
+51
*
Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...
Rick Olson
2006-09-01
2
-33
/
+95
*
200...400 are valid response codes. PUT and POST request bodies default to ''.
Jeremy Kemper
2006-08-31
1
-15
/
+17
*
site= accepts URIs
Jeremy Kemper
2006-08-31
1
-3
/
+3
*
Initial check-in of Active Resourse
David Heinemeier Hansson
2006-06-25
5
-0
/
+239
[prev]