aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/touch_later_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typo for touch later test description. laster -> laterAbhay Nikam2019-04-051-1/+1
* Use `assert_no_queries` not to ignore BEGIN/COMMIT queriesRyuta Kamizono2018-10-051-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* 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
* Merge pull request #26183 from Shopify/fix-no-touching-touch-laterRafael França2016-08-161-0/+9
|\
| * Makes touch_later respects no_touching policyJean Boussier2016-08-161-0/+9
* | applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
|/
* travel backFumiaki MATSUSHIMA2015-12-131-3/+3
* Make sure we touch all the parents when touch_later.Arthur Neves2015-12-061-2/+0
* Don't rely on subsecond precision being applied in testsSean Griffin2015-09-231-1/+1
* use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-131-2/+2
* Add pending test for the great-grandparent touching bug from #19324David Heinemeier Hansson2015-06-251-0/+21
* Batch touch parent recordsArthur Neves2015-04-081-0/+93