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
Alberto Almagro 6ef720791d Remove support for Qu gem.
Reasons are that the Qu gem wasn't compatible since Rails 5.1,
gem development was stopped in 2014 and maintainers have
confirmed its demise. See issue #32273
2018-03-19 21:27:16 +01:00
..
queue_adapters Remove support for Qu gem. 2018-03-19 21:27:16 +01:00
serializers Fix docs of ActiveJob custom argument serializers 2018-02-17 17:48:10 +02:00
arguments.rb Rails 6 requires Ruby 2.4.1+ 2018-02-17 15:34:57 -08:00
base.rb Add support for timezones to Active Job 2018-02-22 14:14:42 +00:00
callbacks.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
configured_job.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
core.rb Add support for timezones to Active Job 2018-02-22 14:14:42 +00:00
enqueuing.rb [Active Job] require_relative => require 2017-10-21 22:48:28 +09:00
exceptions.rb Merge branch 'master' into custom-discarded-job-handling 2017-12-09 13:41:02 +00:00
execution.rb [Active Job] require_relative => require 2017-10-21 22:48:28 +09:00
gem_version.rb Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
logging.rb Remove passing extra arguments to ActiveJob Callbacks 2018-02-23 00:58:00 +02:00
queue_adapter.rb Consolidate queue_adapter= and interpret_adapter 2018-01-05 17:18:56 +09:00
queue_adapters.rb Remove support for Qu gem. 2018-03-19 21:27:16 +01:00
queue_name.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
queue_priority.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
railtie.rb Fix custome serializer setting 2018-02-16 14:56:05 +09:00
serializers.rb Fix error message about unknown ActiveJob argument serializer 2018-02-17 17:48:10 +02:00
test_case.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
test_helper.rb Use ArgumentError instead of own error class 2017-07-20 07:38:26 +09:00
timezones.rb Remove passing extra arguments to ActiveJob Callbacks 2018-02-23 00:58:00 +02:00
translation.rb Remove passing extra arguments to ActiveJob Callbacks 2018-02-23 00:58:00 +02:00
version.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00