aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/scoping/relation_scoping_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-2/+2
* Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-2/+2
* Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-01-031-2/+2
|\
| * Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-2/+2
* | "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-7/+7
* Fix warning: ambiguous first argumentRyuta Kamizono2016-08-121-1/+1
* Use `FETCH FIRST` for Oracle12 database and Arel Oracle12 visitorYasuo Honda2016-08-081-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-16/+16
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-39/+39
* Remove circular join references in join_dependencyTakashi Kokubun2016-07-281-0/+7
* Active scopes apply to child classes, though not parents/siblingsMatthew Draper2016-01-121-3/+17
* `current_scope` shouldn't pollute sibling STI classesSean Griffin2015-02-111-0/+6
* `WhereClause#predicates` does not need to be publicSean Griffin2015-01-271-1/+1
* Remove all references to `where_values` in testsSean Griffin2015-01-251-1/+1
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* :scissors: duplicated `require`sGodfrey Chan2014-10-141-1/+0
* make sure cache is not used for collection assocations tooAaron Patterson2014-10-141-1/+12
* break cache if we're inside a "scoping" call. fixes #17052Aaron Patterson2014-10-141-0/+10
* Make sure that fixtures are loaded before findingAkira Matsuda2014-08-141-0/+4
* FormatAkira Matsuda2014-08-141-2/+2
* do not rely on method_missing hitting arelAaron Patterson2014-03-241-2/+3
* split relation_scoping_test.rb's default scoping tests into another fileTakehiro Adachi2013-03-301-357/+0
* move tests for NamedScope and DefaultScope under test/cases/scoping/Takehiro Adachi2013-03-301-0/+688