1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Updated the preformance_testing guide to reflect the fact that prof-rails no longer needs to be fetched from github

This commit is contained in:
Matthew Robertson 2012-11-12 17:16:28 -08:00
parent 8132bb6f79
commit 7864f83165

View file

@ -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.