aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_singularization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Don't skip tests if they are not broken. Just don't define theyRafael Mendonça França2014-02-161-2/+2
* Extract a method to simplify setup codeCarlos Antonio da Silva2014-01-161-23/+27
* Use minitest's skip rather than conditionals + early returnsCarlos Antonio da Silva2014-01-161-47/+38
* Move AR test classes inside the test caseCarlos Antonio da Silva2014-01-161-38/+46
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-7/+7
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-7/+7
* find and replace deprecated keysJon Leighton2012-04-271-7/+7
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-7/+7
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+145