Commit 1043db32becca4f87fbe34f57d2f99040a1f2079
1 parent
e35cb49c
Exists in
master
and in
29 other branches
Rails 2 scripts removed and Rails 3 script added
Showing
12 changed files
with
6 additions
and
33 deletions
Show diff stats
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/performance/request
script/plugin
... | ... | @@ -0,0 +1,6 @@ |
1 | +#!/usr/bin/env ruby1.9.1 | |
2 | +# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. | |
3 | + | |
4 | +APP_PATH = File.expand_path('../../config/application', __FILE__) | |
5 | +require File.expand_path('../../config/boot', __FILE__) | |
6 | +require 'rails/commands' | ... | ... |
script/runner