aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about unset I18n.enforce_available_localesAndrew White2016-11-021-0/+3
* Remove test for XML YAML parsingPrem Sichanugrist2013-01-081-14/+0
* Not loading ruby-debug specially. Arun Agrawal2011-05-221-5/+0
* No more need rubygems here.Arun Agrawal2011-05-221-1/+0
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-51/+76
* Fix broken module namespacing in ActiveResource with Ruby 1.9 [#5699 state:re...Matthijs Langenberg2010-09-271-0/+6
* - added mock to test ActiveResource::MissingPrefixParam in finder_testGaston Ramos2010-09-271-0/+1
* Refactor setup methods by extracting them in abstract_unit, remove TODO.Emilio Tagua2010-09-171-0/+98
* correct activeresource load pathJoshua Peek2010-02-281-1/+3
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-4/+2
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-2/+4
* Fix isolated test fail due to missing mochaJeremy Kemper2010-02-101-0/+1
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-7/+1
* Autoload AMo test caseJoshua Peek2010-01-041-1/+0
* Autoload AS test caseJoshua Peek2010-01-041-1/+0
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-5/+3
* Reorganize autoloads:Carlhuda2009-12-021-0/+1
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+3
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-2/+8
* Fix testsJeremy Kemper2009-10-141-0/+1
* 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
* Cherry pick Active Support dependencies. Autoload.Jeremy Kemper2009-05-061-6/+3
* Ensure Active Support is loaded locally rather than from RubyGems. [#1620 sta...Jeremy Kemper2009-03-081-0/+1
* Require rubygemsJeremy Kemper2009-02-031-1/+1
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-7/+3
* Update uses_mocha in ActionMailer and ActiveResourceJoshua Peek2008-07-191-9/+13
* Rescue from Timeout::Error in ActiveResource::Connection.Cheah Chu Yeow2008-04-221-1/+13
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-1/+0
* Added find-by-path options to ActiveResource::Base.find [DHH]David Heinemeier Hansson2007-04-271-1/+1
* Squash test warnings.Jeremy Kemper2007-01-241-28/+3
* Increase ActiveResource::Base test coverage. Closes #7173, #7174 [Rich Collins]Rick Olson2007-01-231-0/+28
* move http_mock to lib so others can use it in their Ares testsJeremy Kemper2006-12-211-5/+4
* *_path instance methods. Check for missing/invalid site uri. http_mock respon...Jeremy Kemper2006-12-051-0/+2
* consistent load path to prevent double loadsJeremy Kemper2006-09-041-3/+2
* Initial check-in of Active ResourseDavid Heinemeier Hansson2006-06-251-0/+8