aboutsummaryrefslogtreecommitdiffstats
path: root/script/rails
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-12-09 16:42:02 +1100
committerHenare Degan <henare.degan@gmail.com>2012-12-11 11:08:19 +1100
commit8b1526a48af9e3e48d1f1154ab0a9a928c52a19a (patch)
treedf7d5e9a70b0b868c6feb8c74ff1c9968c5547e6 /script/rails
parent7a3638128b6dd67111b7d471b19e59f5d838cee0 (diff)
Run the Rails 3 generator
Diffstat (limited to 'script/rails')
-rwxr-xr-xscript/rails6
1 files changed, 6 insertions, 0 deletions
diff --git a/script/rails b/script/rails
new file mode 100755
index 000000000..f8da2cffd
--- /dev/null
+++ b/script/rails
@@ -0,0 +1,6 @@
+#!/usr/bin/env ruby
+# 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'