aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_job/logging.rb
Commit message (Collapse)AuthorAgeFilesLines
* No need for the ClassMethods moduleDavid Heinemeier Hansson2014-05-221-6/+3
|
* Add callbacks, implement instrumentation as callbacks, and have the enqueue ↵David Heinemeier Hansson2014-05-221-1/+24
| | | | methods return a job instance
* Change logging on perform to read more naturallyDavid Heinemeier Hansson2014-05-221-1/+1
|
* Added tests for loggingCristian Bica2014-05-221-2/+2
|
* Don't deserialize parameters in individual adapters.Douwe Maan2014-05-211-2/+6
| | | | It's not their responsibility and this makes logging (and rescuing from errors, eventually!) a lot easier.
* Humanely readable timestamp for loggingDavid Heinemeier Hansson2014-05-201-1/+5
|
* Collapse LogSubscriber into LoggingDavid Heinemeier Hansson2014-05-201-1/+26
|
* Moved log_subcriber dependency and cleanupCristian Bica2014-05-201-0/+2
|
* Added logging capabilitiesCristian Bica2014-05-201-0/+5