diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index b36f57f75d..5b932ac197 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,8 +1,8 @@ *2.3.0 [Edge]* -* Remove script/performance/profiler in favour of performance integration tests. [Pratik Naik] +* Remove script/performance/request in favour of the performance integration tests. [Pratik Naik] - To continue using script/performance/profiler, install the request_profiler plugin : + To continue using script/performance/request, install the request_profiler plugin : script/plugin install git://github.com/rails/request_profiler.git |