aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib/active_job/logging.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve `enqueue_retry.active_job` messagebogdanvlviv2018-09-251-4/+8
* `retry_job` should publish `enqueue_retry.active_job` notificationbogdanvlviv2018-09-161-1/+1
* Move ActiveJob retry and discard logging into log subscriberSteve S2018-08-301-0/+28
* [ci skip] Fixup changelog. Trim title. Mention benefit.Kasper Timm Hansen2018-07-201-4/+4
* Wrap ActiveJob::Enqueue in evented ActiveSupport::Notificationzvkemp2018-07-171-3/+3
* Remove passing extra arguments to ActiveJob Callbacksbogdanvlviv2018-02-231-2/+2
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-1/+0
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-1/+1
* Add error logging to Active JobSteven Bull2017-03-271-3/+10
* Include JobID in all ActiveJob info logsBolek Kurowski2017-02-221-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-50/+50
* applies new string literal convention in activejob/libXavier Noria2016-08-061-8/+8
* Fix jobs overriding AJ::Base#loggerJean Boussier2016-06-171-1/+1
* Merge pull request #20116 from cristianbica/activejob-enqueue-loggingArthur Nogueira Neves2015-10-041-1/+1
|\
| * ActiveJob - log enqueued message only after the job was successfully enqueuedCristian Bica2015-05-111-1/+1
* | Properly log nested parameters to Active JobMarek Pieczyk2015-09-081-1/+15
|/
* `ActiveJob::QueueAdapters::*` are no longer singletonsTamir Duberstein2015-03-111-1/+1
* Inline to_global_id conversionAri Pollak2014-12-041-5/+1
* Use try instead of checking for GlobalID::IdentificationAri Pollak2014-12-041-5/+1
* Only filter GIDable objects; remove cosmetic changesAri Pollak2014-12-011-6/+4
* Hide potentially sensitive ActiveJob params from logsAri Pollak2014-11-281-1/+16
* Remove redundant `to_s` in interpolationrochefort2014-11-041-1/+1
* Add documentation on Active Job.mo khan2014-10-021-1/+1
* [ci skip] AJ docs fixesAkshay Vishnoi2014-09-181-1/+1
* Move variable assignment within logging block.Guo Xiang Tan2014-09-051-8/+16
* Active Job refactoringCristian Bica2014-09-031-12/+16
* Pass logging message through block.Guo Xiang Tan2014-08-221-4/+4
* [ActiveJob] require files in logging.rbAbdelkader Boudih2014-08-171-0/+2
* Added ActionMailer::DeliverLaterAbdelkader Boudih2014-08-131-2/+2
* Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709'Abdelkader Boudih2014-08-121-0/+88