aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/inner_join_association_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate joins valuesRyuta Kamizono2019-08-021-0/+10
* Preserve user supplied joins order as much as possibleRyuta Kamizono2019-07-301-8/+29
* Stash `left_joins` into `joins` to deduplicate redundant LEFT JOINRyuta Kamizono2019-04-051-1/+4
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-3/+3
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-6/+6
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-6/+6
* Ensure associations doesn't table name collide with aliased joinsRyuta Kamizono2017-10-241-0/+8
* Fix duplicate aliases when using both INNER/LEFT JOINsRyuta Kamizono2017-10-231-0/+5
* Ensure associations doesn't table name collide with string joinsRyuta Kamizono2017-10-231-0/+5
* 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
* Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-271-1/+1
* Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-261-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-1/+1
* Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7
* modernizes hash syntax in activerecordXavier Noria2016-08-061-5/+5
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-18/+18
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* Fix "nonexistent" typo in testsMelissa Xie2014-12-021-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* WIP: pass existing joins to construct_join_dependencyMatt Jones2014-05-161-0/+10
* Pass a base relation to build_default_scope when joiningMatt Jones2014-02-211-0/+9
* Remove method redefined warnings for test suiteMatthias Zirnstein2014-01-051-1/+1
* Fix that eager loading of polymorphic associations did not work with associat...David Heinemeier Hansson2013-11-141-1/+1
* Collapse where constraints to one where constraintPaul Nikitochkin2013-09-131-0/+5
* Apply default scope when joining associations.Jon Leighton2013-06-281-0/+8
* `implicit_readonly` is being removed in favor of calling `readonly` explicitlyYves Senn2013-05-271-4/+4
* Deprecate the `:distinct` option for `Relation#count`.Yves Senn2013-03-151-1/+1
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-4/+4
* remove deprecate #calculate callsJon Leighton2012-04-261-3/+3
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-1/+1
* get rid of using instance_variable_names method from ASSergey Nartimov2012-01-071-1/+1
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-1/+1
* 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
* Fixed InnerJoinAssociationTest. Need to load essays fixture.Arun Agrawal2011-05-171-1/+1
* Add missing requiresSantiago Pastorino2011-05-111-0/+1
* Add a test for outer joins with conditions where value IS NULLErnie Miller2011-05-051-0/+5
* Add join conditions to JOIN clause, not WHEREErnie Miller2011-05-051-0/+6
* Add missing requireSantiago Pastorino2011-02-131-0/+1
* Fix table name collision due to incorrect alias count on certain joins.Ernie Miller2011-02-121-0/+7
* fixing whitespace errorsAaron Patterson2010-12-161-4/+4
* Add some tests for functionality in JoinAssociation which already exists but ...Jon Leighton2010-10-131-1/+23
* cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]Aaron Patterson2010-03-151-2/+2
* Make scopes use relations under the hoodPratik Naik2010-01-161-28/+0
* Oops. Remove debug information inside a test from the previous commitPratik Naik2009-12-291-2/+0
* Migrate all the calculation methods to RelationPratik Naik2009-12-291-0/+2