##// END OF EJS Templates
set svn:executable '*' script/performance/request...
set svn:executable '*' script/performance/request git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9205 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9085:d9c9814d31cd
r9085:d9c9814d31cd
Show More
request
3 lines | 116 B | text/plain | TextLexer
Jean-Philippe Lang
Merged Rails 2.1 compatibility branch....
r1609 #!/usr/bin/env ruby
Jean-Baptiste Barth
Use File#expand_path for require's in script/* for Ruby 1.9.2 compatibility. #4050...
r4245 require File.expand_path('../../config/boot', __FILE__)
Jean-Philippe Lang
Merged Rails 2.1 compatibility branch....
r1609 require 'commands/performance/request'