parent
4103fd1dda
commit
ff829a42eb
@ -1,7 +1,6 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info" |
||||
require 'commands/about' |
||||
|
||||
Redmine::About.print_plugin_info |
||||
ENV["RAILS_ENV"] ||= "production" |
||||
require File.expand_path(File.dirname(__FILE__) + "/../config/environment") |
||||
puts |
||||
puts Redmine::Info.environment |
||||
|
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/breakpointer' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/console' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/dbconsole' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/destroy' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/generate' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../../config/boot', __FILE__) |
||||
require 'commands/performance/benchmarker' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../../config/boot', __FILE__) |
||||
require 'commands/performance/profiler' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/performance/request' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/plugin' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/process/inspector' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/process/reaper' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/process/spawner' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/process/spinner' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/runner' |
@ -1,4 +0,0 @@ |
||||
#!/usr/bin/env ruby |
||||
#-- encoding: UTF-8 |
||||
require File.expand_path('../../config/boot', __FILE__) |
||||
require 'commands/server' |
Loading…
Reference in new issue