aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_singularization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-129/+128
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-123/+123
* modernizes hash syntax in activerecordXavier Noria2016-08-061-14/+14
* 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