aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test
Commit message (Expand)AuthorAgeFilesLines
* Use format of ARes rather than content-type of remote errors to load errors.Jatinder Singh2010-01-271-0/+13
* Default to sync instrumentation.José Valim2010-01-211-11/+2
* save(false) is gone, use save(:validate => false) instead.José Valim2010-01-171-0/+13
* Add notifications to ActiveResource.José Valim2010-01-141-0/+39
* Autoload AMo test caseJoshua Peek2010-01-041-1/+0
* Autoload AS test caseJoshua Peek2010-01-041-1/+0
* Fix new schema test dependency on Hash#to_xmlJeremy Kemper2009-12-231-0/+1
* Use instance_eval for schema blockJoshua Peek2009-12-201-46/+56
* Rename define_schema => schemaJoshua Peek2009-12-201-18/+18
* Rename SchemaDefinition => SchemaJoshua Peek2009-12-201-24/+24
* define_schema for Active ResourceTaryn East2009-12-201-0/+409
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-5/+3
* Reorganize autoloads:Carlhuda2009-12-022-3/+4
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+3
* Symbol#to_proc is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-2/+8
* Fix testsJeremy Kemper2009-10-141-0/+1
* Digest auth option for ActiveResource.pivotal2009-10-153-24/+167
* Fix for Ruby 1.9 - define_method throws an exception under 1.9 if given incor...Chad Woolley2009-10-081-1/+1
* Ruby 1.9: Fix ActiveResource::ConnectionError#to_s when @response does not re...Chad Woolley2009-10-081-1/+1
* Cleanup whitespace introduced in 8377646 and f4f6888Joshua Peek2009-10-022-20/+13
* add indifferent access to the attributesTaryn East2009-10-022-0/+28
* update_attribute(s) added to Active ResourceTaryn East2009-10-021-2/+51
* Fix brittle content-type check. [#1956 state:committed]Jeremy Kemper2009-09-171-2/+2
* Fix failing ARes isolated testsJoshua Peek2009-09-052-1/+4
* Added first/last/all aliases for equivalent find scopestaryn2009-08-211-0/+38
* Added save! which raises ResourceInvalid unless valid?taryn2009-08-192-2/+14
* Swallow ResourceNotFound error on find_everytaryn2009-08-191-0/+13
* Pulled find-based tests into their own test case. This matches Active Record,...taryn2009-08-192-76/+182
* Moved all test cases into a new test/cases directory to match Active Record t...taryn2009-08-199-0/+0
* Added validations to ActiveResource. Added a smoke test to see if we can add ...taryn2009-08-192-0/+74
* Fix ActiveResource load test for 64bit machines [#3051 state:resolved]Jatinder Singh2009-08-151-3/+3
* Add support for errors in JSON format.Fabien Jakimowicz2009-08-091-21/+56
* Ensure ActiveResource#load works with numeric arrays [Grzegorz Forysinski, El...Grzegorz Forysinski2009-08-091-1/+16
* Active Resource recognizes 410 as Resource Gone now [#2316 state:resolved] [J...Jordan Brough2009-08-092-0/+27
* Make ActiveResource#exists? work [#3020 state:resolved]Jatinder Singh2009-08-091-0/+8
* Add ability to set SSL options on ARes connections.Roy Nicholson2009-08-092-0/+69
* Setting connection timeout also affects Net::HTTP open_timeout.Jeremy Kemper2009-08-091-0/+11
* HTTP proxy supportMarshall Huss2009-08-083-0/+78
* Add observing hooks to AResJoshua Peek2009-07-111-0/+53
* Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-3/+1
* Setup ActiveResource autoloadsJoshua Peek2009-06-081-1/+0
* Merge branch 'master' into active_modelJoshua Peek2009-05-294-10/+8
|\
| * Cherry-pick core extensionsJeremy Kemper2009-05-133-0/+3
| * Fix tests on 1.8.6Jeremy Kemper2009-05-061-0/+1
| * Cherry pick Active Support dependencies. Autoload.Jeremy Kemper2009-05-062-7/+4
* | Deprecate Errors#on_base/add_to_base/invalid?/each_fullPratik Naik2009-03-212-2/+5
* | Fix ActiveResource::Errors deprecation messagesPratik Naik2009-03-201-2/+2
* | Make Active Resource use ActiveModel::ErrorsPratik Naik2009-03-191-1/+1
|/
* Strip invalid leading whitespace error uncovered by nokogiriJeremy Kemper2009-03-101-1/+1