aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Robertson <matthewrobertson03@gmail.com>2012-11-12 17:16:28 -0800
committerMatthew Robertson <matthewrobertson03@gmail.com>2012-11-12 17:16:28 -0800
commit7864f8316544a0646a4ef2ce6ba237cd4cac5642 (patch)
treef5906a79de2b1ad86147b90b628bdb6e6d7d5cc1
parent8132bb6f792de2a28c12c4de9bc31893d401c481 (diff)
downloadrails-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
-rw-r--r--guides/source/performance_testing.md2
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.