mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-14 14:23:27 +01:00
crono with rake tast only execute one time on start #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sun1752709589 on GitHub (Jan 22, 2017).
Rails 5.0.1
ruby 2.3.3
@bethadele commented on GitHub (Feb 15, 2017):
Once the rake task is invoked in this context, Rails will prevent it from running again unless you specifically re-enable it.
See this blog post for a little more detail.
@sun1752709589 commented on GitHub (Feb 16, 2017):
@bethadele Thank you