Module: GDK::TaskHelpers
- Defined in:
- lib/gdk/task_helpers.rb,
lib/gdk/task_helpers/config_tasks.rb,
lib/gdk/task_helpers/rails_migration.rb
Overview
TaskHelpers are used by raketasks to include functionality that would not make sense to be part of “regular GDK” API.
There is also expectation that because this is tightly coupled with tasks code executed here is allowed to terminate the flow with ‘exit()` or raise unhandled exceptions.
IMPORTANT: Other parts of the codebase should NEVER rely on code inside TaskHelpers.
Defined Under Namespace
Classes: ConfigTasks, RailsMigration, Task