aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-01-18 05:16:39 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-01-18 05:20:39 +0000
commit41af606db385abe429888c5aca8b2e86c8830c24 (patch)
tree99d0439cc270061b985acbf32af20b65ede0e656 /railties/CHANGELOG
parentc2e7851fb20d24f49b55b5276cc3056082721dc4 (diff)
downloadrails-41af606db385abe429888c5aca8b2e86c8830c24.tar.gz
rails-41af606db385abe429888c5aca8b2e86c8830c24.tar.bz2
rails-41af606db385abe429888c5aca8b2e86c8830c24.zip
Remove script/performance/profiler in favour of performance integration tests.
To continue using script/performance/profiler, install the request_profiler plugin : script/plugin install git://github.com/rails/request_profiler.git
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index b313f082a3..b36f57f75d 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,11 @@
*2.3.0 [Edge]*
+* Remove script/performance/profiler in favour of performance integration tests. [Pratik Naik]
+
+ To continue using script/performance/profiler, install the request_profiler plugin :
+
+ script/plugin install git://github.com/rails/request_profiler.git
+
* Add a rake task to apply a template to an existing application : rake rails:template LOCATION=~/template.rb [Pratik Naik]
* Add "-m/--template" option to Rails generator to apply a template to the generated application. [Jeremy McAnally]