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
Jeremy Daer 89e2f7e722
Support for unified Integer class in Ruby 2.4+
Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005

* Forward compat with new unified Integer class in Ruby 2.4+.
* Backward compat with separate Fixnum/Bignum in Ruby 2.2 & 2.3.
* Drops needless Fixnum distinction in docs, preferring Integer.
2016-05-18 21:58:51 -07:00
..
queue_adapters Active Job: smaller footprint for the dev/test async adapter 2016-02-29 15:58:26 -07:00
arguments.rb Support for unified Integer class in Ruby 2.4+ 2016-05-18 21:58:51 -07:00
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 Action Mailer: Declarative exception handling with rescue_from. 2016-05-15 18:44:16 -07:00
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