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
*
Add observing hooks to ARes
Joshua Peek
2009-07-11
1
-0
/
+53
*
Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...
Yehuda Katz + Carl Lerche
2009-07-01
1
-3
/
+1
*
Setup ActiveResource autoloads
Joshua Peek
2009-06-08
1
-1
/
+0
*
Merge branch 'master' into active_model
Joshua Peek
2009-05-29
4
-10
/
+8
|
\
|
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
3
-0
/
+3
|
*
Fix tests on 1.8.6
Jeremy Kemper
2009-05-06
1
-0
/
+1
|
*
Cherry pick Active Support dependencies. Autoload.
Jeremy Kemper
2009-05-06
2
-7
/
+4
*
|
Deprecate Errors#on_base/add_to_base/invalid?/each_full
Pratik Naik
2009-03-21
2
-2
/
+5
*
|
Fix ActiveResource::Errors deprecation messages
Pratik Naik
2009-03-20
1
-2
/
+2
*
|
Make Active Resource use ActiveModel::Errors
Pratik Naik
2009-03-19
1
-1
/
+1
|
/
*
Strip invalid leading whitespace error uncovered by nokogiri
Jeremy Kemper
2009-03-10
1
-1
/
+1
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
2
-14
/
+14
*
Ensure Active Support is loaded locally rather than from RubyGems. [#1620 sta...
Jeremy Kemper
2009-03-08
1
-0
/
+1
*
Prefer tap to returning
Jeremy Kemper
2009-02-06
1
-3
/
+2
*
Require rubygems
Jeremy Kemper
2009-02-03
1
-1
/
+1
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
2
-22
/
+16
*
Improve exception handling when Location header is invalid. [#1192 state:reso...
Bob Aman
2009-01-28
1
-1
/
+14
*
ActiveResource#eqls? and == should not take into account object identity and ...
Rasik Pandey
2009-01-28
1
-0
/
+9
*
Ruby 1.9 compat: don't shadow local var with block arg
Jeremy Kemper
2008-11-22
1
-1
/
+1
*
Fix indentation mismatches
Jeremy Kemper
2008-11-22
2
-56
/
+56
*
Silence parens warning
Jeremy Kemper
2008-11-07
1
-1
/
+1
*
Fixed that ActiveResource#post would post an empty string when it shouldn't b...
David Heinemeier Hansson
2008-10-30
1
-0
/
+2
*
Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json methods. [#1...
Cody Fauser
2008-10-07
1
-0
/
+17
*
ActiveResource can load array of strings, like serialize :bar, Array
Matthew Moore
2008-10-05
1
-0
/
+24
*
HTTP Accept header
Edgar J. Suarez
2008-09-18
1
-2
/
+10
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
4
-15
/
+15
*
Format related patches to support serializing data out in the correct format ...
Rasik Pandey
2008-08-29
3
-14
/
+25
*
Clear prefix_parameters cache when setting prefix
Tarmo Tänav
2008-08-23
1
-0
/
+9
*
Add ActiveResource::Base.find(:last). [#754 state:resolved]
Adrian Mugnolo
2008-08-22
1
-46
/
+52
*
Update uses_mocha in ActionMailer and ActiveResource
Joshua Peek
2008-07-19
1
-9
/
+13
*
Fixes parsing deep nested resources from XML. [#380 state:resolved]
Luis Hurtado
2008-06-09
2
-0
/
+51
*
Rescue from Timeout::Error in ActiveResource::Connection.
Cheah Chu Yeow
2008-04-22
2
-1
/
+22
*
Introduce ActiveResource::Base.timeout. This allows a timeout to be set on th...
Cheah Chu Yeow
2008-04-22
2
-0
/
+71
*
Add #clone. Closes #7352 [Ryan Daigle, thechrisoshow]
Jeremy Kemper
2008-03-28
1
-0
/
+35
*
Fixed that to_param should be used and honored instead of hardcoding the id (...
David Heinemeier Hansson
2008-03-28
1
-28
/
+106
*
URI.decode site username/password. Closes #11169 [Ernesto Jimenez]
Jeremy Kemper
2008-02-19
2
-0
/
+16
*
Add user and password configuration options to ActiveResource::Base, not all...
Michael Koziarski
2008-02-18
3
-3
/
+184
*
Use HEAD instead of GET inside exists? Closes #11062 [bscofield]
Michael Koziarski
2008-02-09
2
-0
/
+12
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
8
-11
/
+11
*
find_or_create_resource_for handles module nesting. Closes #10646.
Jeremy Kemper
2008-01-02
1
-0
/
+35
*
Allow setting ActiveResource::Base#format before #site. [rick]
Rick Olson
2007-12-28
1
-0
/
+7
*
Support agnostic formats when calling custom methods. Closes #10635 [joerich...
Rick Olson
2007-12-28
1
-0
/
+34
*
inherit from the new ActiveSupport::BlankSlate class
Rick Olson
2007-12-28
1
-1
/
+1
*
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...
Jeremy Kemper
2007-12-18
2
-5
/
+3
*
Added more specific exceptions for 400, 401, and 403 (all descending from Cli...
David Heinemeier Hansson
2007-12-14
1
-1
/
+10
*
Add Base#to_param to Active Resource that quacks like ActiveRecord. Closes #9...
Michael Koziarski
2007-10-07
1
-0
/
+7
*
BlankSlate -> BasicObject
Jeremy Kemper
2007-10-07
1
-3
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
6
-18
/
+21
*
Fix ARes tests under jruby. [tom.enebo@gmail.com]
Michael Koziarski
2007-09-24
1
-1
/
+1
*
Increase test coverage (closes #8699, #8700) [josh]
David Heinemeier Hansson
2007-09-21
2
-11
/
+32
[next]