@@ -1,5 +1,5 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | $LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info" |
|
3 | $LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info" | |
4 | require 'commands/about' |
|
4 | require 'commands/about' | |
5 |
|
5 |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/breakpointer' No newline at end of file |
|
3 | require 'commands/breakpointer' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/console' No newline at end of file |
|
3 | require 'commands/console' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/dbconsole' |
|
3 | require 'commands/dbconsole' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/destroy' No newline at end of file |
|
3 | require 'commands/destroy' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/generate' No newline at end of file |
|
3 | require 'commands/generate' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../../config/boot', __FILE__) | |
3 | require 'commands/performance/benchmarker' |
|
3 | require 'commands/performance/benchmarker' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../../config/boot', __FILE__) | |
3 | require 'commands/performance/profiler' |
|
3 | require 'commands/performance/profiler' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/performance/request' |
|
3 | require 'commands/performance/request' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/plugin' No newline at end of file |
|
3 | require 'commands/plugin' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/process/inspector' |
|
3 | require 'commands/process/inspector' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/process/reaper' |
|
3 | require 'commands/process/reaper' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/process/spawner' |
|
3 | require 'commands/process/spawner' |
@@ -1,3 +1,3 | |||||
1 | #!/usr/bin/env ruby |
|
1 | #!/usr/bin/env ruby | |
2 |
require File. |
|
2 | require File.expand_path('../../config/boot', __FILE__) | |
3 | require 'commands/process/spinner' |
|
3 | require 'commands/process/spinner' |
General Comments 0
You need to be logged in to leave comments.
Login now