1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test
Jacek Lachowski b1fbb6688c Improve DelayedJob wrapper logging
ActiveJob wraps every adapter into its own class, that is later passed
into DelayedJob which is responsible for displaying all the logs.

This change improves the logging so we can easily trace executed
jobs and see meaningful information in the logs.
2017-11-24 10:40:16 +01:00
..
adapters [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
cases Test exception message to ensure an exception instance is yielded 2017-10-13 11:55:36 +09:00
integration Improve DelayedJob wrapper logging 2017-11-24 10:40:16 +01:00
jobs Test exception message to ensure an exception instance is yielded 2017-10-13 11:55:36 +09:00
models [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
support Make sidekiq and resque integration tests work in CI 2017-11-13 21:02:40 +09:00
helper.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00