summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2013-05-18 22:46:56 +0200
committerjomo <github@jomo.tv>2013-05-18 22:46:56 +0200
commit149232ec0cb112901648196ec341066bd88ee6be (patch)
tree2a6d8bfce793f55fe283a7788645145d5fc2c1b1 /script
lets start this
Diffstat (limited to 'script')
-rwxr-xr-xscript/rails6
1 files changed, 6 insertions, 0 deletions
diff --git a/script/rails b/script/rails
new file mode 100755
index 0000000..d76b181
--- /dev/null
+++ b/script/rails
@@ -0,0 +1,6 @@
+#!/usr/bin/env ruby1.9.1
+# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
+
+APP_PATH = File.expand_path('../../config/application', __FILE__)
+require File.expand_path('../../config/boot', __FILE__)
+require 'rails/commands'