From 276f14444c2cb840f7076751438dba78ce291a51 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 14 Oct 2005 03:22:18 +0000 Subject: Made them actually work git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2577 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/commands/perform/benchmarker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/commands/perform/benchmarker.rb') diff --git a/railties/lib/commands/perform/benchmarker.rb b/railties/lib/commands/perform/benchmarker.rb index b07ddcfcb2..7e14de7cc3 100644 --- a/railties/lib/commands/perform/benchmarker.rb +++ b/railties/lib/commands/perform/benchmarker.rb @@ -5,7 +5,7 @@ if ARGV.empty? exit end -require File.dirname(__FILE__) + '/../config/environment' +require RAILS_ROOT + '/config/environment' require 'benchmark' include Benchmark -- cgit v1.2.3