I think that's it for now with the moving of the stuff...
This commit is contained in:
4
rails/pennmaps/script/about
Executable file
4
rails/pennmaps/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
rails/pennmaps/script/console
Executable file
3
rails/pennmaps/script/console
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/console'
|
3
rails/pennmaps/script/dbconsole
Executable file
3
rails/pennmaps/script/dbconsole
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/dbconsole'
|
3
rails/pennmaps/script/destroy
Executable file
3
rails/pennmaps/script/destroy
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/destroy'
|
3
rails/pennmaps/script/generate
Executable file
3
rails/pennmaps/script/generate
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/generate'
|
3
rails/pennmaps/script/performance/benchmarker
Executable file
3
rails/pennmaps/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
rails/pennmaps/script/performance/profiler
Executable file
3
rails/pennmaps/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
rails/pennmaps/script/plugin
Executable file
3
rails/pennmaps/script/plugin
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/plugin'
|
3
rails/pennmaps/script/runner
Executable file
3
rails/pennmaps/script/runner
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
require File.expand_path('../../config/boot', __FILE__)
|
||||
require 'commands/runner'
|
3
rails/pennmaps/script/server
Executable file
3
rails/pennmaps/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