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
Rafael Mendonça França 8ecc5ab1d8 Start Rails 5.1 development 🎉
2016-05-10 03:46:56 -03:00
..
queue_adapters Active Job: smaller footprint for the dev/test async adapter 2016-02-29 15:58:26 -07:00
arguments.rb Added support for bigdecimals in perform later 2015-12-03 18:45:55 +05:30
base.rb Fixed wording. 2015-11-08 20:38:13 -05:00
callbacks.rb Use AS::Reloader to support reloading in ActiveJob 2016-03-02 02:14:54 +10:30
configured_job.rb
core.rb Add JSON round trip verification testcase 2016-03-09 09:28:16 -08:00
enqueuing.rb Fix typo in ActiveJob #retry_job doc 2016-04-23 17:23:19 -07:00
execution.rb Use AS::Reloader to support reloading in ActiveJob 2016-03-02 02:14:54 +10:30
gem_version.rb Start Rails 5.1 development 🎉 2016-05-10 03:46:56 -03:00
logging.rb Merge pull request #20116 from cristianbica/activejob-enqueue-logging 2015-10-04 20:38:44 -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 [ci skip] Add . 2015-06-10 13:29:19 +09:00
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 update assert_no_performed_jobs doc to use assert_no_performed_jobs method [ci skip] 2016-03-30 08:12:49 +09:00
translation.rb Fixes #20799 2015-08-04 00:38:18 +02:00
version.rb