aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/scoping/relation_scoping_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Association loading isn't to be affected by null relation scopingRyuta Kamizono2019-04-061-0/+24
* Association loading isn't to be affected by scoping consistentlyRyuta Kamizono2019-04-051-2/+2
* Add Relation#annotate for SQL commentingMatt Yoho2019-03-211-0/+38
* Fix the scoping with query methods in the scope blockRyuta Kamizono2018-11-301-1/+6
* Don't expose `current_scope` for internal useRyuta Kamizono2018-09-111-2/+2
* Avoid extra scoping in delegating to klass methods in the `scope` blockRyuta Kamizono2018-07-191-0/+5
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-10/+10
* `scoping` should respect current class and STI constraint (#29199)Ryuta Kamizono2017-11-061-0/+14
* 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
* Fix to scoping is correctly restoredRyuta Kamizono2017-06-291-0/+9
* Fix crashing on circular left join references with scopingRyuta Kamizono2017-05-241-2/+9
* Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-271-2/+2
* Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-261-2/+2
* 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