aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-7/+7
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-7/+7
* 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 a RuboCop offences using `rubocop -a`Koichi ITO2017-05-241-1/+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 more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* improve error message when include assertions failMichael Grosser2016-09-161-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-16/+16
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-10/+10
* Typos in AR testsAkira Matsuda2016-02-031-4/+4
* Revert ":cut: remove unnecessary rescue Exceptions"Yves Senn2015-03-061-1/+1
* :cut: remove unnecessary rescue ExceptionsAaron Patterson2015-03-051-1/+1
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Remove unused variableRafael Mendonça França2014-05-011-1/+1
* rewrite test to correctly test clear methodeileencodes2014-04-281-2/+2
* Replace map.flatten with flat_map in activerecordErik Michaels-Ober2014-03-031-1/+1
* let `insert_record` actuall save the object.Aaron Patterson2014-02-251-0/+21
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-1/+1
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-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
* Verify that when has_many associated objects are destroyed via :dependent => ...Jon Leighton2010-12-311-0/+9
* removing unused variablesAaron Patterson2010-10-201-2/+2
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-2/+0
* Make HABTM#create behave the same as << with after_add callbacks. Closes #11...Michael Koziarski2008-04-041-0/+15
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+146