From 4494a752c3c568c65fa899c54486153a1a5fa187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 23 Jun 2009 19:10:42 +0200 Subject: Change current sstructure. --- .../lib/generators/rails/app/templates/script/performance/profiler.tt | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 railties/lib/generators/rails/app/templates/script/performance/profiler.tt (limited to 'railties/lib/generators/rails/app/templates/script/performance/profiler.tt') diff --git a/railties/lib/generators/rails/app/templates/script/performance/profiler.tt b/railties/lib/generators/rails/app/templates/script/performance/profiler.tt new file mode 100755 index 0000000000..66f851a079 --- /dev/null +++ b/railties/lib/generators/rails/app/templates/script/performance/profiler.tt @@ -0,0 +1,3 @@ +<%= shebang %> +require File.dirname(__FILE__) + '/../../config/boot' +require 'commands/performance/profiler' -- cgit v1.2.3