Closed tuxtux59 closed 6 years ago
Hi,
I'm wondering if some code exists to run rake diagram:all after each rake db:migrateso that models and controllers are always up to date?
rake diagram:all
rake db:migrate
Thanks
@tuxtux59 rake has its own ways of hooking or chaining things together. See: https://stackoverflow.com/questions/1689504/how-do-i-make-a-rake-task-run-after-all-other-tasks-i-e-a-rake-afterbuild-tas
rake
Hi,
I'm wondering if some code exists to run
rake diagram:all
after eachrake db:migrate
so that models and controllers are always up to date?Thanks