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
2016-08-03 14:30:39 -07:00
..
queue_adapters Fix accessing provider_job_id inside active jobs for sidekiq adapter 2016-07-28 04:12:15 +02:00
arguments.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
base.rb Add retry_on/discard_on for better exception handling 2016-07-29 13:54:55 -07:00
callbacks.rb [ci skip] Reword doc for around_enqueue callback 2016-05-27 15:39:30 -07:00
configured_job.rb
core.rb Executions counting is not a serialization concern 2016-08-01 16:02:50 -07:00
enqueuing.rb Add retry_on/discard_on for better exception handling 2016-07-29 13:54:55 -07:00
exceptions.rb Fix tests against ActiveSupport::Durations 2016-08-02 14:27:01 -07:00
execution.rb Guard against jobs that were persisted before we started counting executions by zeroing out nil counters 2016-08-03 14:30:39 -07:00
gem_version.rb Start Rails 5.1 development 🎉 2016-05-10 03:46:56 -03:00
logging.rb Fix jobs overriding AJ::Base#logger 2016-06-17 13:04:17 -04:00
queue_adapter.rb Missed a few spots in inline -> async switch 2016-02-05 16:05:48 +01:00
queue_adapters.rb - [ci skip] Active Job Async doesn't support to Async feature as per it's definition. 2016-04-22 15:37:20 +05:30
queue_name.rb
queue_priority.rb Add job priorities to ActiveJob 2015-09-17 22:17:39 +02:00
railtie.rb Use AS::Reloader to support reloading in ActiveJob 2016-03-02 02:14:54 +10:30
test_case.rb
test_helper.rb Provide the ability to override the queue adapter used by jobs under 2016-06-11 15:18:52 -04:00
translation.rb
version.rb