rails/activejob/lib/active_job
Jeremy Daer a66780bfff Active Job: smaller footprint for the dev/test async adapter
Use one shared worker pool for all queues with 0-#CPU workers rather
than separate pools per queue with 2-10*#CPU workers each.
2016-02-29 15:58:26 -07:00
..
queue_adapters Active Job: smaller footprint for the dev/test async adapter 2016-02-29 15:58:26 -07:00
arguments.rb Added support for bigdecimals in perform later 2015-12-03 18:45:55 +05:30
base.rb Fixed wording. 2015-11-08 20:38:13 -05:00
callbacks.rb Merge pull request #18274 from rajcybage/spell_fix 2014-12-31 11:26:23 +01:00
configured_job.rb Rename remaining :in / :at to :wait / :wait_until 2014-09-04 08:08:06 +03:00
core.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
enqueuing.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
execution.rb Document AJ::Execution class methods module [ci skip] 2014-11-03 19:23:36 -08:00
gem_version.rb Prep release for Rails 5 beta3 2016-02-24 10:27:02 -05:00
logging.rb Merge pull request #20116 from cristianbica/activejob-enqueue-logging 2015-10-04 20:38:44 -04:00
queue_adapter.rb Missed a few spots in inline -> async switch 2016-02-05 16:05:48 +01:00
queue_adapters.rb Update ActiveJob adapter for sucker_punch 2.0 2016-01-27 12:49:35 -05:00
queue_name.rb [ci skip] Add . 2015-06-10 13:29:19 +09:00
queue_priority.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
railtie.rb Missed a few spots in inline -> async switch 2016-02-05 16:05:48 +01:00
test_case.rb [ActiveJob] TestCase (Will squash before merge) 2014-09-02 14:26:43 +00:00
test_helper.rb Do not define methods in the included block 2016-02-24 13:37:32 -03:00
translation.rb Fixes #20799 2015-08-04 00:38:18 +02:00
version.rb ActiveJob -> Active Job [ci skip] 2014-08-21 23:28:10 +02:00