diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-10 08:55:16 -0800 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-01-10 08:55:16 -0800 |
commit | 6572499b07cf740a548883118de61bb31031feea (patch) | |
tree | d262ac18141b1d7ba64083dc5a54b429540ea16b /guides | |
parent | 416a179ddf5cf3c328b5c91163ec89334aab0b4f (diff) | |
parent | d262fab3a165eb06febcc595c8a9b0946d23a743 (diff) | |
download | rails-6572499b07cf740a548883118de61bb31031feea.tar.gz rails-6572499b07cf740a548883118de61bb31031feea.tar.bz2 rails-6572499b07cf740a548883118de61bb31031feea.zip |
Merge pull request #8878 from senny/add_performance_test_extraction_to_guide
Mention performance test extraction in 4.0 guide
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_0_release_notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md index 2242b2699f..52571fab60 100644 --- a/guides/source/4_0_release_notes.md +++ b/guides/source/4_0_release_notes.md @@ -68,6 +68,7 @@ In Rails 4.0, several features have been extracted into gems. You can simply add * Action Caching ([Github](https://github.com/rails/actionpack-action_caching), [Pull Request](https://github.com/rails/rails/pull/7833)) * Page Caching ([Github](https://github.com/rails/actionpack-page_caching), [Pull Request](https://github.com/rails/rails/pull/7833)) * Sprockets ([Github](https://github.com/rails/sprockets-rails)) +* Performance tests ([Github](https://github.com/rails/rails-perftest), [Pull Request](https://github.com/rails/rails/pull/8876)) Documentation ------------- |