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
...
*
Making ready for release of 2.1
David Heinemeier Hansson
2008-05-31
3
-4
/
+4
*
Merge docrails.
Pratik Naik
2008-05-25
5
-29
/
+100
*
Making ready for RC1 release
David Heinemeier Hansson
2008-05-11
3
-3
/
+3
*
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
2
-1
/
+3
*
Rescue from Timeout::Error in ActiveResource::Connection.
Cheah Chu Yeow
2008-04-22
3
-1
/
+32
*
Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...
Cheah Chu Yeow
2008-04-22
4
-4
/
+117
*
Fix more typos and changelog
Pratik Naik
2008-04-05
1
-2
/
+0
*
Improve documentation.
Pratik Naik
2008-04-05
1
-0
/
+2
*
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
2
-0
/
+72
*
Fixed that to_param should be used and honored instead of hardcoding the id (...
David Heinemeier Hansson
2008-03-28
3
-32
/
+112
*
Improve documentation.
Pratik Naik
2008-03-26
1
-0
/
+2
*
sshpublisher needs to be explicitly required now, apparently
David Heinemeier Hansson
2008-03-18
1
-0
/
+2
*
URI.decode site username/password. Closes #11169 [Ernesto Jimenez]
Jeremy Kemper
2008-02-19
4
-4
/
+20
*
Add user and password configuration options to ActiveResource::Base, not all...
Michael Koziarski
2008-02-18
5
-12
/
+271
*
Use HEAD instead of GET inside exists? Closes #11062 [bscofield]
Michael Koziarski
2008-02-09
6
-3
/
+29
*
Reference to :element option in documentation should be :member. Closes #1090...
Marcel Molina
2008-01-23
1
-1
/
+1
*
remove rubyforgepublisher, removed from rake
Jeremy Kemper
2008-01-07
1
-1
/
+0
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
8
-11
/
+11
*
Fix small documentation typo. Closes #10670 [l.guidi]
Rick Olson
2008-01-02
2
-1
/
+3
*
find_or_create_resource_for handles module nesting. Closes #10646.
Jeremy Kemper
2008-01-02
3
-8
/
+54
*
Allow setting ActiveResource::Base#format before #site. [rick]
Rick Olson
2007-12-28
3
-1
/
+10
*
Support agnostic formats when calling custom methods. Closes #10635 [joerich...
Rick Olson
2007-12-28
4
-4
/
+40
*
inherit from the new ActiveSupport::BlankSlate class
Rick Olson
2007-12-28
1
-1
/
+1
*
Document custom methods. Closes #10589.
Jeremy Kemper
2007-12-21
3
-57
/
+87
*
Ruby 1.9 compatibility
Jeremy Kemper
2007-12-21
2
-7
/
+11
*
RubyGems 0.9.5 compat: always set the gem platform
Jeremy Kemper
2007-12-19
1
-0
/
+1
*
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...
Jeremy Kemper
2007-12-18
2
-5
/
+3
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
3
-3
/
+3
*
Added more specific exceptions for 400, 401, and 403 (all descending from Cli...
David Heinemeier Hansson
2007-12-14
3
-1
/
+27
*
Correct empty response handling. Closes #10445.
Jeremy Kemper
2007-12-10
4
-4
/
+20
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
3
-3
/
+3
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
3
-8
/
+5
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
3
-2
/
+5
*
Don't cache net/http object so that ActiveResource is more thread-safe. Clos...
Rick Olson
2007-11-19
2
-9
/
+8
*
Prepare versions for RC1
David Heinemeier Hansson
2007-11-09
2
-3
/
+3
*
Update XML documentation examples to include explicit type attributes. Closes...
Marcel Molina
2007-11-06
3
-27
/
+29
*
Update gem dependencies to match current versions
Jeremy Kemper
2007-10-14
1
-1
/
+1
*
Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...
Michael Koziarski
2007-10-07
2
-0
/
+12
*
BlankSlate -> BasicObject
Jeremy Kemper
2007-10-07
1
-3
/
+1
*
Bump versions for 1.2.4 release.
Jeremy Kemper
2007-10-05
1
-2
/
+2
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
9
-34
/
+35
*
Updated CHANGELOGs. They need to be filtered for duplicates
David Heinemeier Hansson
2007-09-29
1
-1
/
+1
*
Fix ARes tests under jruby. [tom.enebo@gmail.com]
Michael Koziarski
2007-09-24
1
-1
/
+1
*
Allow frameworks to be required by their gem name (closes #8845) [drnic]
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Increase test coverage (closes #8699, #8700) [josh]
David Heinemeier Hansson
2007-09-21
2
-11
/
+32
*
Added ActiveResource.format= which defaults to :xml but can also be set to :j...
David Heinemeier Hansson
2007-09-20
9
-28
/
+182
*
Raise ActiveResource::Redirection on 301,302 http code
Tobias Lütke
2007-08-09
2
-4
/
+11
[prev]
[next]