1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib/active_job
Mike Perham 8d2b1406bc Pass wrapped class name to Sidekiq for logging purposes
Sidekiq logs the name of the job class being performed.  Because
ActiveJob wraps the class, this means every job logs as an AJ::JobWrapper
instead of the actual class name.

Will help fix mperham/sidekiq#2248
2015-03-23 15:16:07 -07:00
..
queue_adapters Pass wrapped class name to Sidekiq for logging purposes 2015-03-23 15:16:07 -07:00
arguments.rb Allow keyword arguments to work with ActiveJob 2015-01-30 13:43:39 -07:00
base.rb docs, minor changes in Active Job documentation. [ci skip] 2014-11-10 14:56:07 +01: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 Tiny follow-up to #18260 [ci skip] 2014-12-31 17:35:41 +01:00
enqueuing.rb Correct fixed-width doc syntax, thanks to @sikachu for pointing it out! 2014-11-03 19:31:31 -08:00
execution.rb Document AJ::Execution class methods module [ci skip] 2014-11-03 19:23:36 -08:00
gem_version.rb Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
logging.rb ActiveJob::QueueAdapters::* are no longer singletons 2015-03-11 15:58:41 -07:00
queue_adapter.rb QueueAdapters does the lookup 2015-03-12 21:55:19 -07:00
queue_adapters.rb Move Adapter to private constant 2015-03-16 17:30:37 +05:00
queue_name.rb Document included ability of AJ::QueueName module for class methods [ci skip] 2014-11-03 19:26:04 -08:00
railtie.rb [ActiveJob] require global_id/railtie 2014-08-17 23:17:38 +00:00
test_case.rb [ActiveJob] TestCase (Will squash before merge) 2014-09-02 14:26:43 +00:00
test_helper.rb ActiveJob::Base#queue_adapter is now a class_attribute 2015-03-11 22:45:59 -07:00
version.rb ActiveJob -> Active Job [ci skip] 2014-08-21 23:28:10 +02:00