Commit 1043db32becca4f87fbe34f57d2f99040a1f2079

Authored by Rafael Manzo
1 parent e35cb49c

Rails 2 scripts removed and Rails 3 script added

script/about
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../config/boot'  
3 -require 'commands/about'  
4 \ No newline at end of file 0 \ No newline at end of file
script/console
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../config/boot'  
3 -require 'commands/console'  
4 \ No newline at end of file 0 \ No newline at end of file
script/dbconsole
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../config/boot'  
3 -require 'commands/dbconsole'  
script/destroy
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../config/boot'  
3 -require 'commands/destroy'  
4 \ No newline at end of file 0 \ No newline at end of file
script/generate
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../config/boot'  
3 -require 'commands/generate'  
4 \ No newline at end of file 0 \ No newline at end of file
script/performance/benchmarker
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../../config/boot'  
3 -require 'commands/performance/benchmarker'  
script/performance/profiler
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../../config/boot'  
3 -require 'commands/performance/profiler'  
script/performance/request
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../../config/boot'  
3 -require 'commands/performance/request'  
script/plugin
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../config/boot'  
3 -require 'commands/plugin'  
4 \ No newline at end of file 0 \ No newline at end of file
script/rails 0 → 100755
@@ -0,0 +1,6 @@ @@ -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
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../config/boot'  
3 -require 'commands/runner'  
4 \ No newline at end of file 0 \ No newline at end of file
script/server
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#!/usr/bin/env ruby  
2 -require File.dirname(__FILE__) + '/../config/boot'  
3 -require 'commands/server'  
4 \ No newline at end of file 0 \ No newline at end of file