public
Description: Request profiler based on integration test scripts
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/rails/request_profiler.git
lifo (author)
Sun Jan 18 09:56:41 -0800 2009
commit  09872a9a7061892022b6729083371de8187d5ec7
tree    83a564d7ef87073669ac941969fd3e9386f5db2b
parent  42b661f4fb65f2c0f8de4db7f46326acbb6dcdf7
request_profiler / install.rb
100644 4 lines (3 sloc) 0.155 kb
1
2
3
4
dest = File.join(RAILS_ROOT, "script/performance/request")
FileUtils.cp File.join(File.dirname(__FILE__), 'bin/request'), dest
FileUtils.chmod(0755, dest)