aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin/performance
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-06-16 15:56:59 +0200
committerJosé Valim <jose.valim@gmail.com>2009-06-19 16:10:42 +0200
commitced68c7430216424419ecb4525d3bc6b6847f9c6 (patch)
tree15165fb2585dbe6d351d694361a0dec16b4c8bd9 /railties/bin/performance
parent42e51ea9c03cdd4833585239c239c420cf808758 (diff)
downloadrails-ced68c7430216424419ecb4525d3bc6b6847f9c6.tar.gz
rails-ced68c7430216424419ecb4525d3bc6b6847f9c6.tar.bz2
rails-ced68c7430216424419ecb4525d3bc6b6847f9c6.zip
App generator is working using new generators (except for templates).
Diffstat (limited to 'railties/bin/performance')
-rwxr-xr-xrailties/bin/performance/benchmarker3
-rwxr-xr-xrailties/bin/performance/profiler3
2 files changed, 0 insertions, 6 deletions
diff --git a/railties/bin/performance/benchmarker b/railties/bin/performance/benchmarker
deleted file mode 100755
index c842d35d33..0000000000
--- a/railties/bin/performance/benchmarker
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../config/boot'
-require 'commands/performance/benchmarker'
diff --git a/railties/bin/performance/profiler b/railties/bin/performance/profiler
deleted file mode 100755
index d855ac8b13..0000000000
--- a/railties/bin/performance/profiler
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env ruby
-require File.dirname(__FILE__) + '/../../config/boot'
-require 'commands/performance/profiler'