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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixes that using a subclass of an ARes object would cache a connection object...
Tobias Lütke
2007-06-27
1
-0
/
+30
*
Fix reload error when path prefix is used. Closes #8727.
Jeremy Kemper
2007-06-22
1
-0
/
+11
*
Added proper handling of arrays. Closes #8537 [hasmanyjosh]
Rick Olson
2007-06-21
3
-9
/
+14
*
Fixed query methods on resources. [Cody Fauser]
Tobias Lütke
2007-06-08
1
-0
/
+1
*
pass the prefix_options to the instantiated record when using find without a ...
Rick Olson
2007-06-01
1
-1
/
+9
*
Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...
Jeremy Kemper
2007-05-26
1
-0
/
+13
*
Handle string and symbol param keys when splitting params into prefix params ...
Rick Olson
2007-05-09
1
-0
/
+4
*
Make respond_to? work as expected
Tobias Lütke
2007-05-04
1
-0
/
+8
*
BACKWARDS INCOMPATIBLE: Changed the finder API to be more extensible with :pa...
David Heinemeier Hansson
2007-05-01
2
-14
/
+37
*
change #custom_headers to just #headers [Rick]
Rick Olson
2007-04-29
1
-2
/
+2
*
Add support for setting custom headers per ActiveResource model [Rick]
Rick Olson
2007-04-29
2
-0
/
+33
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
1
-1
/
+0
*
Added find-by-path options to ActiveResource::Base.find [DHH]
David Heinemeier Hansson
2007-04-27
2
-1
/
+16
*
Added support for using classes from within a single nested module [DHH]
David Heinemeier Hansson
2007-04-26
1
-1
/
+17
*
The find should instantiate real objects, not return hashes
David Heinemeier Hansson
2007-04-26
1
-1
/
+1
*
Added support for calling custom methods #6979 [rwdaigle]
David Heinemeier Hansson
2007-04-26
2
-1
/
+92
*
Remove explicit prefix_options parameter for ActiveResource::Base#initialize....
Rick Olson
2007-04-24
1
-4
/
+24
*
Disregard namespaces from the default element name, so Highrise::Person will ...
David Heinemeier Hansson
2007-04-19
2
-11
/
+6
*
Allow array and hash query parameters. Closes #7756.
Jeremy Kemper
2007-03-11
1
-2
/
+5
*
Squash test warnings.
Jeremy Kemper
2007-01-24
2
-28
/
+32
*
Loading a resource preserves its prefix_options. Closes #7353. Silence prefix...
Jeremy Kemper
2007-01-24
1
-0
/
+7
*
Carry over the convenience of #create from ActiveRecord. Closes #7340. [Rya...
Rick Olson
2007-01-24
1
-1
/
+14
*
Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich Collins]
Rick Olson
2007-01-23
2
-0
/
+54
*
Interpret 422 Unprocessable Entity as ResourceInvalid. Closes #7097.
Jeremy Kemper
2007-01-17
2
-4
/
+4
*
Base.exists?(id, options) and Base#exists? check whether the resource is foun...
Jeremy Kemper
2007-01-12
1
-0
/
+24
*
prefix_parameters pulls /:path/:params from the URI prefix
Jeremy Kemper
2006-12-29
1
-8
/
+8
*
Query string support. Closes #6855.
Jeremy Kemper
2006-12-29
1
-0
/
+22
*
Base#==, eql?, and hash methods. == returns true if its argument is identical...
Jeremy Kemper
2006-12-22
1
-0
/
+43
*
test that element name includes module nesting
Jeremy Kemper
2006-12-21
1
-0
/
+8
*
Subclasses share superclass site until explicitly set. This way you can set S...
Jeremy Kemper
2006-12-21
2
-2
/
+32
*
move http_mock to lib so others can use it in their Ares tests
Jeremy Kemper
2006-12-21
2
-128
/
+4
*
Allow subclassed resources to share the site info [Rick]
Rick Olson
2006-12-13
2
-0
/
+20
*
Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]
Rick Olson
2006-12-12
3
-9
/
+52
*
*_path instance methods. Check for missing/invalid site uri. http_mock respon...
Jeremy Kemper
2006-12-05
3
-27
/
+39
*
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
-7
/
+4
*
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
5
-33
/
+170
*
workaround collections loaded as :people => { :person => [{..attrs..}, {..att...
Jeremy Kemper
2006-09-22
1
-12
/
+19
*
fixed failing tests now that non-GET requests are sent with .xml file ext. E...
Rick Olson
2006-09-20
2
-12
/
+21
*
Optimistic locking: raise ActiveResource::ResourceConflict on 409 Conflict re...
Jeremy Kemper
2006-09-09
2
-0
/
+11
*
Basic validation support [Rick Olson]
Rick Olson
2006-09-08
2
-1
/
+42
*
load expects a Hash
Jeremy Kemper
2006-09-05
1
-4
/
+3
*
load nil is noop. use new? instead of new_resource?
Jeremy Kemper
2006-09-04
1
-0
/
+6
*
Deep hashes are converted into collections of resources. Class attribute writ...
Jeremy Kemper
2006-09-04
3
-5
/
+72
*
consistent load path to prevent double loads
Jeremy Kemper
2006-09-04
1
-3
/
+2
*
Major updates to ActiveResource, please see changelog and unit tests [Rick Ol...
Rick Olson
2006-09-01
4
-21
/
+128
*
200...400 are valid response codes. PUT and POST request bodies default to ''.
Jeremy Kemper
2006-08-31
1
-5
/
+36
*
site= accepts URIs
Jeremy Kemper
2006-08-31
1
-1
/
+13
*
Initial check-in of Active Resourse
David Heinemeier Hansson
2006-06-25
5
-0
/
+166
[prev]