Scripts and Javascripts

Add these ancilliary files that came with Rails 2.1.0 RC1.
This commit is contained in:
Jacques Distler 2008-05-18 00:25:51 -05:00
parent 5292899c9a
commit a37b06b801
6 changed files with 4104 additions and 2196 deletions

3
script/performance/request Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../../config/boot'
require 'commands/performance/request'