aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/join_model_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* Remove extra whitespaceDaniel Colson2018-01-251-3/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-17/+17
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* :warning: assigned but unused variable - messageAkira Matsuda2017-09-011-6/+6
* Clarify base_class tests on abstract STI vs concrete STIYukio Mizuta2017-08-121-3/+3
* Fix random CI failure due to non-deterministic sorting orderbogdanvlviv2017-08-091-1/+1
* 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
* Respect new records for `CollectionProxy#uniq`Ryuta Kamizono2016-11-131-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-14/+14
* improve error message when include assertions failMichael Grosser2016-09-161-13/+13
* Add three new rubocop rulesRafael Mendonça França2016-08-161-8/+8
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-51/+51
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-64/+64
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Merge pull request #22518 from RochesterinNYC/better-error-message-for-includ...Arthur Nogueira Neves2016-03-181-0/+17
|\
| * Improve clarity of error message for missing includes and eager_loadJames Wen2016-01-281-0/+17
* | Respect through association scopes when used with polymorphicSean Griffin2016-02-291-0/+7
* | remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
|/
* Silence deprecation warning from force reloadPrem Sichanugrist2015-07-161-15/+17
* deprecate `Relation#uniq` use `Relation#distinct` instead.Yves Senn2015-05-261-4/+4
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-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-3/+3
* Deprecate automatic counter caches on has_many :throughSean Griffin2014-06-261-12/+13
* Fix some typos in AR- CHANGELOG, tests, method doc. fixedVipul A M2013-03-201-1/+1
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-2/+2
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-1/+1
* User Rails 4 find_byrobertomiranda2013-01-181-1/+1
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-2/+2
* Fix has_many assocation w/select load after createErnie Miller2012-10-051-0/+8
* Use method compilation for association methodsJon Leighton2012-08-101-1/+1
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+2
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-27/+27
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-17/+17
* Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-6/+6
* Add tests to delete by fixnum or string id with has many through associationsFrancesco Rodriguez2012-05-281-0/+20
* Fix failing build related to change in CollectionAssociation#deleteCarlos Antonio da Silva2012-05-291-1/+1
* quarantine deprecated testsJon Leighton2012-05-181-9/+0
* CollectionProxy < RelationJon Leighton2012-05-111-1/+1