Skip to content

Commit

Permalink
Remove script/performance/profiler in favour of performance integrati…
Browse files Browse the repository at this point in the history
…on tests.

To continue using script/performance/profiler, install the request_profiler plugin :

  script/plugin install git://github.com/rails/request_profiler.git
  • Loading branch information
lifo committed Jan 18, 2009
1 parent c2e7851 commit 41af606
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 178 deletions.
168 changes: 0 additions & 168 deletions actionpack/lib/action_controller/request_profiler.rb

This file was deleted.

6 changes: 6 additions & 0 deletions 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]
Expand Down
3 changes: 0 additions & 3 deletions railties/bin/performance/request

This file was deleted.

6 changes: 0 additions & 6 deletions railties/lib/commands/performance/request.rb

This file was deleted.

Expand Up @@ -151,7 +151,7 @@ def create_public_files(m)
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 "bin/#{file}", "script/#{file}", {
:chmod => 0755,
Expand Down

0 comments on commit 41af606

Please sign in to comment.