Skip to content

Commit

Permalink
Remove the git option from ruby-prof gem pointing to wycats repo.
Browse files Browse the repository at this point in the history
According to him, at one point his fork was the one that had the call
stack printer, and it's in the main repo now.

[ci skip]
  • Loading branch information
carlosantoniodasilva committed Nov 17, 2012
1 parent ff5d606 commit 603f538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/performance_testing.textile
Expand Up @@ -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: Add Ruby-Prof to your applications' Gemfile if you want to benchmark/profile under MRI or REE:


<ruby> <ruby>
gem 'ruby-prof', :git => 'git://github.com/wycats/ruby-prof.git' gem 'ruby-prof'
</ruby> </ruby>


Now run +bundle install+ and you're ready to go. Now run +bundle install+ and you're ready to go.
Expand Down

0 comments on commit 603f538

Please sign in to comment.