diff options
author | Gonçalo Silva <goncalossilva@gmail.com> | 2011-10-30 18:34:49 -0200 |
---|---|---|
committer | Gonçalo Silva <goncalossilva@gmail.com> | 2011-10-30 18:34:49 -0200 |
commit | 2d337ef080aec2c2e21ede3451f652ab5eaadca1 (patch) | |
tree | 11fb3c10e7a2a0f50a644571fc8b31a2df7384f8 /railties/guides/source/performance_testing.textile | |
parent | c809de829198d1a07bd755b79e26ac234374977e (diff) | |
download | rails-2d337ef080aec2c2e21ede3451f652ab5eaadca1.tar.gz rails-2d337ef080aec2c2e21ede3451f652ab5eaadca1.tar.bz2 rails-2d337ef080aec2c2e21ede3451f652ab5eaadca1.zip |
Fix typo on the performance test guide
Diffstat (limited to 'railties/guides/source/performance_testing.textile')
-rw-r--r-- | railties/guides/source/performance_testing.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/performance_testing.textile b/railties/guides/source/performance_testing.textile index f3ea7e38bc..2440927542 100644 --- a/railties/guides/source/performance_testing.textile +++ b/railties/guides/source/performance_testing.textile @@ -447,7 +447,7 @@ h4. Using Ruby-Prof on MRI and REE Add Ruby-Prof to your applications' Gemfile if you want to benchmark/profile under MRI or REE: <ruby> -gem 'ruby-prof', :path => 'git://github.com/wycats/ruby-prof.git' +gem 'ruby-prof', :git => 'git://github.com/wycats/ruby-prof.git' </ruby> Now run +bundle install+ and you're ready to go. |