Module: ActiveBatch
- Defined in:
- lib/active_batch.rb,
lib/active_batch/engine.rb,
lib/active_batch/version.rb,
lib/active_batch/batched_job.rb,
app/models/active_batch/batch.rb,
app/models/active_batch/work_unit.rb,
app/helpers/active_batch/jobs_helper.rb,
app/helpers/active_batch/batches_helper.rb,
app/jobs/active_batch/batch_scheduler_job.rb,
lib/active_batch/transactional_batched_job.rb,
app/helpers/active_batch/application_helper.rb,
app/jobs/active_batch/batch_status_check_job.rb,
app/controllers/active_batch/batches_controller.rb,
app/controllers/active_batch/work_units_controller.rb,
app/controllers/active_batch/application_controller.rb,
app/models/concerns/active_batch/with_active_job_arguments.rb
Defined Under Namespace
Modules: ApplicationHelper, BatchedJob, BatchesHelper, JobsHelper, TransactionalBatchedJob, WithActiveJobArguments Classes: ApplicationController, Batch, BatchSchedulerJob, BatchStatusCheckJob, BatchesController, Engine, WorkUnit, WorkUnitsController
Constant Summary collapse
- VERSION =
"0.0.4"