diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-09-23 21:54:19 -0700 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-09-23 21:54:19 -0700 |
commit | 8a5eb2ef1df449c92b7bd9bc7d112292bf927326 (patch) | |
tree | f5253db52bc72d1c69c2c3ab028b46f151bc6cec | |
parent | 09d298eeccd46857dd018aea7ba0a880640cc289 (diff) | |
parent | 3723d24bb36066e192129bdbf6e2e8ee6241af1d (diff) | |
download | rails-8a5eb2ef1df449c92b7bd9bc7d112292bf927326.tar.gz rails-8a5eb2ef1df449c92b7bd9bc7d112292bf927326.tar.bz2 rails-8a5eb2ef1df449c92b7bd9bc7d112292bf927326.zip |
Merge pull request #7741 from siong1987/testing
[ci skip] Update Performance Testing guide.
-rw-r--r-- | guides/source/performance_testing.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/performance_testing.md b/guides/source/performance_testing.md index 528b9c35b3..f111ce610f 100644 --- a/guides/source/performance_testing.md +++ b/guides/source/performance_testing.md @@ -658,9 +658,8 @@ Useful Links ### Rails Plugins and Gems * [Rails Analyzer](http://rails-analyzer.rubyforge.org) -* [Palmist](http://www.flyingmachinestudios.com/programming/announcing-palmist) * [Rails Footnotes](https://github.com/josevalim/rails-footnotes/tree/master) -* [Query Reviewer](https://github.com/dsboulder/query_reviewer/tree/master) +* [Query Reviewer](https://github.com/nesquena/query_reviewer) * [MiniProfiler](http://www.miniprofiler.com) ### Generic Tools |