diff options
author | Matthew Robertson <matthewrobertson03@gmail.com> | 2012-11-12 17:16:28 -0800 |
---|---|---|
committer | Matthew Robertson <matthewrobertson03@gmail.com> | 2012-11-12 17:16:28 -0800 |
commit | 7864f8316544a0646a4ef2ce6ba237cd4cac5642 (patch) | |
tree | f5906a79de2b1ad86147b90b628bdb6e6d7d5cc1 /guides/source | |
parent | 8132bb6f792de2a28c12c4de9bc31893d401c481 (diff) | |
download | rails-7864f8316544a0646a4ef2ce6ba237cd4cac5642.tar.gz rails-7864f8316544a0646a4ef2ce6ba237cd4cac5642.tar.bz2 rails-7864f8316544a0646a4ef2ce6ba237cd4cac5642.zip |
Updated the preformance_testing guide to reflect the fact that prof-rails no longer needs to be fetched from github
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/performance_testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/performance_testing.md b/guides/source/performance_testing.md index 67ab7cb5b8..248a9643c8 100644 --- a/guides/source/performance_testing.md +++ b/guides/source/performance_testing.md @@ -515,7 +515,7 @@ Add Ruby-Prof to your applications' Gemfile if you want to benchmark/profile under MRI or REE: ```ruby -gem 'ruby-prof', git: 'git://github.com/wycats/ruby-prof.git' +gem 'ruby-prof' ``` Now run `bundle install` and you're ready to go. |