diff options
author | mo khan <mo@mokhan.ca> | 2014-09-26 11:10:06 -0600 |
---|---|---|
committer | mo khan <mo@mokhan.ca> | 2014-10-02 10:57:30 -0600 |
commit | bc6421c9eff09fee31d4947d2cc6ddc580314de0 (patch) | |
tree | b60143567122b7b368886baa916df38d1a23da10 /guides | |
parent | 7b740f31cc6f88fe20a51eb7da1468082e6fdb5a (diff) | |
download | rails-bc6421c9eff09fee31d4947d2cc6ddc580314de0.tar.gz rails-bc6421c9eff09fee31d4947d2cc6ddc580314de0.tar.bz2 rails-bc6421c9eff09fee31d4947d2cc6ddc580314de0.zip |
Add documentation on Active Job.
This adds documentation for the Active Job API. It includes
documentation on how to configure the queue_adapter, and how to create
new jobs. It adds links to the various other sections of the Active Job
documentation.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_2_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 2b8a6eb622..bace0b4c6c 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -753,7 +753,7 @@ Please refer to the [Changelog][active-support] for detailed changes. * Introduced new configuration option `active_support.test_order` for specifying the order test cases are executed. This option currently defaults to `:sorted` but will be changed to `:random` in Rails 5.0. - ([Commit](TODO: fill me in)) + ([Commit](https://github.com/rails/rails/commit/53e877f7d9291b2bf0b8c425f9e32ef35829f35b)) * The `travel_to` test helper now truncates the `usec` component to 0. ([Commit](https://github.com/rails/rails/commit/9f6e82ee4783e491c20f5244a613fdeb4024beb5)) |