<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -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 &quot;-m/--template&quot; option to Rails generator to apply a template to the generated application. [Jeremy McAnally]</diff>
      <filename>railties/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -151,7 +151,7 @@ class AppGenerator &lt; Rails::Generator::Base
     def create_script_files(m)
       %w( 
         about console dbconsole destroy generate runner server plugin
-        performance/benchmarker performance/profiler performance/request
+        performance/benchmarker performance/profiler
       ).each do |file|
         m.file &quot;bin/#{file}&quot;, &quot;script/#{file}&quot;, { 
           :chmod =&gt; 0755, </diff>
      <filename>railties/lib/rails_generator/generators/applications/app/app_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>actionpack/lib/action_controller/request_profiler.rb</filename>
    </removed>
    <removed>
      <filename>railties/bin/performance/request</filename>
    </removed>
    <removed>
      <filename>railties/lib/commands/performance/request.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>c2e7851fb20d24f49b55b5276cc3056082721dc4</id>
    </parent>
  </parents>
  <author>
    <name>Pratik Naik</name>
    <email>pratiknaik@gmail.com</email>
  </author>
  <url>http://github.com/lifo/docrails/commit/41af606db385abe429888c5aca8b2e86c8830c24</url>
  <id>41af606db385abe429888c5aca8b2e86c8830c24</id>
  <committed-date>2009-01-17T21:20:39-08:00</committed-date>
  <authored-date>2009-01-17T21:16:39-08:00</authored-date>
  <message>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</message>
  <tree>99d0439cc270061b985acbf32af20b65ede0e656</tree>
  <committer>
    <name>Pratik Naik</name>
    <email>pratiknaik@gmail.com</email>
  </committer>
</commit>
