Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
4
oldstuff/RubyFun/rails/hamster/script/about
Executable file
4
oldstuff/RubyFun/rails/hamster/script/about
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
|
||||
require 'commands/about'
|
3
oldstuff/RubyFun/rails/hamster/script/console
Executable file
3
oldstuff/RubyFun/rails/hamster/script/console
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/console'
|
3
oldstuff/RubyFun/rails/hamster/script/dbconsole
Executable file
3
oldstuff/RubyFun/rails/hamster/script/dbconsole
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/dbconsole'
|
3
oldstuff/RubyFun/rails/hamster/script/destroy
Executable file
3
oldstuff/RubyFun/rails/hamster/script/destroy
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/destroy'
|
3
oldstuff/RubyFun/rails/hamster/script/generate
Executable file
3
oldstuff/RubyFun/rails/hamster/script/generate
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/generate'
|
3
oldstuff/RubyFun/rails/hamster/script/performance/benchmarker
Executable file
3
oldstuff/RubyFun/rails/hamster/script/performance/benchmarker
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../../config/boot', __FILE__)
|
||||
require 'commands/performance/benchmarker'
|
3
oldstuff/RubyFun/rails/hamster/script/performance/profiler
Executable file
3
oldstuff/RubyFun/rails/hamster/script/performance/profiler
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../../config/boot', __FILE__)
|
||||
require 'commands/performance/profiler'
|
3
oldstuff/RubyFun/rails/hamster/script/plugin
Executable file
3
oldstuff/RubyFun/rails/hamster/script/plugin
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/plugin'
|
3
oldstuff/RubyFun/rails/hamster/script/runner
Executable file
3
oldstuff/RubyFun/rails/hamster/script/runner
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/runner'
|
3
oldstuff/RubyFun/rails/hamster/script/server
Executable file
3
oldstuff/RubyFun/rails/hamster/script/server
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/server'
|
Reference in New Issue
Block a user