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 ActiveResource::Base.find(:last). [#754 state:resolved]
Adrian Mugnolo
2008-08-22
1
-66
/
+71
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
1
-8
/
+8
*
Fixed problems with the logger used if the logging string included %'s [#840 ...
David Heinemeier Hansson
2008-08-15
1
-1
/
+1
*
Merge with docrails.
Pratik Naik
2008-07-16
3
-14
/
+14
*
Fixes parsing deep nested resources from XML. [#380 state:resolved]
Luis Hurtado
2008-06-09
1
-1
/
+5
*
Fixed Base#exists? to check status code as integer [#299 state:resolved] (Wes...
David Heinemeier Hansson
2008-06-02
1
-1
/
+1
*
Making ready for release of 2.1
David Heinemeier Hansson
2008-05-31
1
-2
/
+2
*
Merge docrails.
Pratik Naik
2008-05-25
5
-29
/
+100
*
Making ready for RC1 release
David Heinemeier Hansson
2008-05-11
1
-1
/
+1
*
Merge docrails:
Pratik Naik
2008-05-09
1
-129
/
+103
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
2
-7
/
+8
*
Fixed response logging to use length instead of the entire thing (seangeo) [#...
David Heinemeier Hansson
2008-04-29
1
-1
/
+1
*
Rescue from Timeout::Error in ActiveResource::Connection.
Cheah Chu Yeow
2008-04-22
1
-0
/
+10
*
Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...
Cheah Chu Yeow
2008-04-22
2
-4
/
+46
*
Don't shadow attrs var
Jeremy Kemper
2008-03-30
1
-2
/
+2
*
Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow]
Jeremy Kemper
2008-03-28
1
-0
/
+37
*
Fixed that to_param should be used and honored instead of hardcoding the id (...
David Heinemeier Hansson
2008-03-28
1
-4
/
+4
*
URI.decode site username/password. Closes #11169 [Ernesto Jimenez]
Jeremy Kemper
2008-02-19
2
-4
/
+4
*
Add user and password configuration options to ActiveResource::Base, not all...
Michael Koziarski
2008-02-18
2
-9
/
+87
*
Use HEAD instead of GET inside exists? Closes #11062 [bscofield]
Michael Koziarski
2008-02-09
3
-3
/
+15
*
Reference to :element option in documentation should be :member. Closes #1090...
Marcel Molina
2008-01-23
1
-1
/
+1
*
Fix small documentation typo. Closes #10670 [l.guidi]
Rick Olson
2008-01-02
1
-1
/
+1
*
find_or_create_resource_for handles module nesting. Closes #10646.
Jeremy Kemper
2008-01-02
1
-8
/
+17
*
Allow setting ActiveResource::Base#format before #site. [rick]
Rick Olson
2007-12-28
1
-1
/
+1
*
Support agnostic formats when calling custom methods. Closes #10635 [joerich...
Rick Olson
2007-12-28
2
-4
/
+4
*
Document custom methods. Closes #10589.
Jeremy Kemper
2007-12-21
2
-57
/
+85
*
Ruby 1.9 compatibility
Jeremy Kemper
2007-12-21
1
-7
/
+6
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Added more specific exceptions for 400, 401, and 403 (all descending from Cli...
David Heinemeier Hansson
2007-12-14
1
-0
/
+15
*
Correct empty response handling. Closes #10445.
Jeremy Kemper
2007-12-10
3
-4
/
+15
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
1
-1
/
+1
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
1
-3
/
+3
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
1
-1
/
+1
*
Don't cache net/http object so that ActiveResource is more thread-safe. Clos...
Rick Olson
2007-11-19
1
-9
/
+6
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
1
-2
/
+2
*
Update XML documentation examples to include explicit type attributes. Closes...
Marcel Molina
2007-11-06
1
-23
/
+23
*
Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...
Michael Koziarski
2007-10-07
1
-0
/
+5
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
3
-16
/
+14
*
Allow frameworks to be required by their gem name (closes #8845) [drnic]
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Added ActiveResource.format= which defaults to :xml but can also be set to :j...
David Heinemeier Hansson
2007-09-20
7
-28
/
+115
*
Raise ActiveResource::Redirection on 301,302 http code
Tobias Lütke
2007-08-09
1
-1
/
+8
*
Fixes that using a subclass of an ARes object would cache a connection object...
Tobias Lütke
2007-06-27
1
-3
/
+7
*
Big documentation upgrade for ARes (closes #8694) [jeremymcanally]
David Heinemeier Hansson
2007-06-23
4
-82
/
+637
*
Fix reload error when path prefix is used. Closes #8727.
Jeremy Kemper
2007-06-22
1
-1
/
+1
*
Added proper handling of arrays. Closes #8537 [hasmanyjosh]
Rick Olson
2007-06-21
1
-19
/
+6
*
Ensure that post and put requests pass in Content-Length to the server.
Tobias Lütke
2007-06-19
2
-6
/
+6
*
Remove ActiveResource::Struct because it hasn't proven very useful. Creating ...
Jeremy Kemper
2007-06-09
2
-17
/
+0
*
Fixed query methods on resources. [Cody Fauser]
Tobias Lütke
2007-06-08
1
-1
/
+1
*
pass the prefix_options to the instantiated record when using find without a ...
Rick Olson
2007-06-01
1
-1
/
+1
*
Recognize and raise an exception on 405 Method Not Allowed responses. Closes ...
Jeremy Kemper
2007-05-26
1
-0
/
+9
[prev]
[next]