issues
search
theSteveMitchell
/
after_party
Automated post-deploy tasks for Ruby/Rails. Your deployment is the party. This is the after party
MIT License
241
stars
50
forks
source link
Encapsulate Task Run Tracking into Helper Method.
#54
Open
mintyfresh
opened
4 years ago
mintyfresh
commented
4 years ago
Changes:
Add
.record_task_run
method to
AfterParty::TaskRecord
model to encapsulate record creation.
Update task generator template to use helper method.
Update fixtures to use helper method.
Changes:
.record_task_run
method toAfterParty::TaskRecord
model to encapsulate record creation.