class Task::Collection
- Task::Collection
- Clear::Model::CollectionBase(Task)
- Reference
- Object
Overview
Addition of the method for eager loading and N+1 avoidance.
Defined in:
bitte_ci/model.crInstance Method Summary
- #with_job_group(fetch_columns = false, &block : JobGroup::Collection -> ) : self
- #with_job_group(fetch_columns = false) : self
-
#with_stderr(fetch_columns = false, &block : LogLine::Collection -> ) : self
Eager load the has many relation stderr.
- #with_stderr(fetch_columns = false)
-
#with_stdout(fetch_columns = false, &block : LogLine::Collection -> ) : self
Eager load the has many relation stdout.
- #with_stdout(fetch_columns = false)
Instance Method Detail
Eager load the has many relation stderr. Use it to avoid N+1 queries.
Eager load the has many relation stdout. Use it to avoid N+1 queries.