summaryrefslogtreecommitdiff
path: root/app/models/concerns/fast_destroy_all.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-1/+1
* Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-1/+1
* Fix misspellings in app/spec commentsTakuya Noguchi2019-02-251-1/+1
* Allow pass additional options to use_fast_destroyJan Provaznik2018-12-061-2/+2
* Use FastDestroy for deleting uploadsJan Provaznik2018-12-061-0/+1
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-1/+1
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Use prepend: true to evaluate always perform_fast_destroy than dependent: :d...Shinya Maeda2018-05-041-1/+1
* Fix typo in fast_destroy_allShinya Maeda2018-05-031-1/+1
* Simplify FastDestroyAll moduleShinya Maeda2018-05-031-46/+48
* Fix typo for comments in fast_destroy_allShinya Maeda2018-05-031-1/+1
* Clean up build_trace_chunkShinya Maeda2018-05-031-1/+1
* Fix static analysysShinya Maeda2018-05-021-2/+2
* Introduce `use_fast_destroy` helper for parent associations. Rename method n...Shinya Maeda2018-05-021-8/+36
* Introduces `FastDestroyAll` moduleShinya Maeda2018-05-011-0/+61