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 36ea629fae Make PERMITTED_TYPES private
The constant `PERMITTED_TYPES` is only used by the private method
`serialize_argument` and it already has the `# :nodoc:` annotation as
the other constants in the class.

Complements e899e22
2018-11-12 20:44:59 +01:00
..
queue_adapters [ci skip] Fix link to Concurrent::ThreadPoolExecutor docs 2018-10-11 13:29:34 +02:00
serializers fix spelling in docs for ActiveJob::Serializers::ObjectSerializer#deserialize 2018-04-13 06:59:50 -07:00
arguments.rb Make PERMITTED_TYPES private 2018-11-12 20:44:59 +01:00
base.rb ActiveJob::Base no longer dependents on Serializers 2018-07-03 21:48:26 +09: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 Remove unnecessary use of included in ActiveJob::Core 2018-10-05 14:51:41 -07:00
enqueuing.rb Document missing supported types [ci skip] 2018-11-11 23:02:54 +01:00
exceptions.rb Extract instrument method. 2018-09-23 20:44:42 +02:00
execution.rb Increment execution count before deserialize arguments 2018-08-18 11:22:41 +09:00
gem_version.rb Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
logging.rb Improve enqueue_retry.active_job message 2018-09-25 01:34:20 +03:00
queue_adapter.rb Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip] 2018-08-10 02:02:58 +05:30
queue_adapters.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00: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 Include test helpers when ActionDispatch::IntegrationTest is loaded 2018-09-12 16:58:14 -05:00
serializers.rb ActiveJob::Base no longer dependents on Serializers 2018-07-03 21:48:26 +09:00
test_case.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
test_helper.rb Merge pull request #34204 from XrXr/aj-test-helper-args 2018-10-24 15:49:10 -04: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