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
...
*
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
*
Subclasses share superclass site until explicitly set. This way you can set S...
Jeremy Kemper
2006-12-21
1
-12
/
+9
*
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
1
-16
/
+7
*
*_path instance methods. Check for missing/invalid site uri. http_mock respon...
Jeremy Kemper
2006-12-05
1
-3
/
+11
*
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
1
-0
/
+4
*
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
1
-3
/
+4
*
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
*
All verbs should use formatted urls [DHH]
David Heinemeier Hansson
2006-09-13
1
-3
/
+3
*
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
1
-30
/
+87
*
site= accepts URIs
Jeremy Kemper
2006-08-31
1
-3
/
+3
*
Initial check-in of Active Resourse
David Heinemeier Hansson
2006-06-25
1
-0
/
+99
[prev]