aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-10-02 18:10:55 +0100
committerAbdelkader Boudih <terminale@gmail.com>2014-10-02 18:10:55 +0100
commit4cd57a88b49e900f77514b3a8067854eb45e21a9 (patch)
treeb60143567122b7b368886baa916df38d1a23da10 /guides
parent7b740f31cc6f88fe20a51eb7da1468082e6fdb5a (diff)
parentbc6421c9eff09fee31d4947d2cc6ddc580314de0 (diff)
downloadrails-4cd57a88b49e900f77514b3a8067854eb45e21a9.tar.gz
rails-4cd57a88b49e900f77514b3a8067854eb45e21a9.tar.bz2
rails-4cd57a88b49e900f77514b3a8067854eb45e21a9.zip
Merge pull request #17068 from mokhan/update-active-job-documentation
[ci-skip] Update Active Job API documentation
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_2_release_notes.md2
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))