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
joker1007 7b76f05cd1 Add 'require' for Hash#with_indifferent_access
ActiveJob::Arguments uses Hash#with_indifferent_access.
But, activejob gem does not require Hash extension library.
When we use activejob as standalone,
we need extra require statement. This is unhandy.

This commit fixes it.
2014-12-21 21:03:16 +09:00
..
queue_adapters Replace guides.ror.org/v4.2.0 with guides.ror.org 2014-12-20 05:37:09 -08:00
arguments.rb Add 'require' for Hash#with_indifferent_access 2014-12-21 21:03:16 +09:00
base.rb docs, minor changes in Active Job documentation. [ci skip] 2014-11-10 14:56:07 +01:00
callbacks.rb Correct fixed-width doc syntax, thanks to @sikachu for pointing it out! 2014-11-03 19:31:31 -08:00
configured_job.rb Rename remaining :in / :at to :wait / :wait_until 2014-09-04 08:08:06 +03:00
core.rb Add documentation for class methods module included for AJ::Core used 2014-11-03 19:22:11 -08:00
enqueuing.rb Correct fixed-width doc syntax, thanks to @sikachu for pointing it out! 2014-11-03 19:31:31 -08:00
execution.rb Document AJ::Execution class methods module [ci skip] 2014-11-03 19:23:36 -08:00
gem_version.rb Start Rails 5 development 🎉 2014-11-28 15:00:06 -02:00
logging.rb Inline to_global_id conversion 2014-12-04 18:25:05 -05:00
queue_adapter.rb Add documentation of AJ::QueueAdapter class methods module [ci skip] 2014-11-03 19:25:44 -08:00
queue_adapters.rb [ci skip] add "Qu" to Backends Features list 2014-11-15 13:48:52 +09:00
queue_name.rb Document included ability of AJ::QueueName module for class methods [ci skip] 2014-11-03 19:26:04 -08:00
railtie.rb [ActiveJob] require global_id/railtie 2014-08-17 23:17:38 +00:00
test_case.rb [ActiveJob] TestCase (Will squash before merge) 2014-09-02 14:26:43 +00:00
test_helper.rb Add perform_enqueued_jobs 2014-11-25 00:24:36 -02:00
version.rb ActiveJob -> Active Job [ci skip] 2014-08-21 23:28:10 +02:00