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
...
*
Fix tests
Jeremy Kemper
2009-10-14
1
-0
/
+1
*
Digest auth option for ActiveResource.
pivotal
2009-10-15
3
-24
/
+167
*
Fix for Ruby 1.9 - define_method throws an exception under 1.9 if given incor...
Chad Woolley
2009-10-08
1
-1
/
+1
*
Ruby 1.9: Fix ActiveResource::ConnectionError#to_s when @response does not re...
Chad Woolley
2009-10-08
1
-1
/
+1
*
Cleanup whitespace introduced in 8377646 and f4f6888
Joshua Peek
2009-10-02
2
-20
/
+13
*
add indifferent access to the attributes
Taryn East
2009-10-02
2
-0
/
+28
*
update_attribute(s) added to Active Resource
Taryn East
2009-10-02
1
-2
/
+51
*
Fix brittle content-type check. [#1956 state:committed]
Jeremy Kemper
2009-09-17
1
-2
/
+2
*
Fix failing ARes isolated tests
Joshua Peek
2009-09-05
2
-1
/
+4
*
Added first/last/all aliases for equivalent find scopes
taryn
2009-08-21
1
-0
/
+38
*
Added save! which raises ResourceInvalid unless valid?
taryn
2009-08-19
2
-2
/
+14
*
Swallow ResourceNotFound error on find_every
taryn
2009-08-19
1
-0
/
+13
*
Pulled find-based tests into their own test case. This matches Active Record,...
taryn
2009-08-19
2
-76
/
+182
*
Moved all test cases into a new test/cases directory to match Active Record t...
taryn
2009-08-19
9
-0
/
+0
*
Added validations to ActiveResource. Added a smoke test to see if we can add ...
taryn
2009-08-19
2
-0
/
+74
*
Fix ActiveResource load test for 64bit machines [#3051 state:resolved]
Jatinder Singh
2009-08-15
1
-3
/
+3
*
Add support for errors in JSON format.
Fabien Jakimowicz
2009-08-09
1
-21
/
+56
*
Ensure ActiveResource#load works with numeric arrays [Grzegorz Forysinski, El...
Grzegorz Forysinski
2009-08-09
1
-1
/
+16
*
Active Resource recognizes 410 as Resource Gone now [#2316 state:resolved] [J...
Jordan Brough
2009-08-09
2
-0
/
+27
*
Make ActiveResource#exists? work [#3020 state:resolved]
Jatinder Singh
2009-08-09
1
-0
/
+8
*
Add ability to set SSL options on ARes connections.
Roy Nicholson
2009-08-09
2
-0
/
+69
*
Setting connection timeout also affects Net::HTTP open_timeout.
Jeremy Kemper
2009-08-09
1
-0
/
+11
*
HTTP proxy support
Marshall Huss
2009-08-08
3
-0
/
+78
*
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
[prev]
[next]