1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Finished move

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2591 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-10-14 21:25:40 +00:00
parent 8ad552a112
commit 29d4c2b36f
4 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/usr/local/bin/ruby
require File.dirname(__FILE__) + '/../../config/boot'
require 'commands/perform/profile'
require 'commands/performance/benchmarker'

View file

@ -1,3 +1,3 @@
#!/usr/local/bin/ruby
require File.dirname(__FILE__) + '/../../config/boot'
require 'commands/perform/benchmark'
require 'commands/performance/profiler'