aboutsummaryrefslogtreecommitdiffstats
path: root/bin/rails
diff options
context:
space:
mode:
authorPhilip Arndt <git@arndt.io>2014-11-04 17:14:43 -0500
committerPhilip Arndt <git@arndt.io>2014-11-04 17:14:56 -0500
commitee2e64431dc8ca0b679ef20ce4b507d55f22aa84 (patch)
tree6b3ce0ab070c5d2634e71ef3ab2aa20c4f25fcd9 /bin/rails
parentab79a94fccf0d06ee97e91da99bc587f2fc9b2a5 (diff)
downloadrefinerycms-blog-ee2e64431dc8ca0b679ef20ce4b507d55f22aa84.tar.gz
refinerycms-blog-ee2e64431dc8ca0b679ef20ce4b507d55f22aa84.tar.bz2
refinerycms-blog-ee2e64431dc8ca0b679ef20ce4b507d55f22aa84.zip
Added binstubs to ease dummy application use.
Diffstat (limited to 'bin/rails')
-rwxr-xr-xbin/rails5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/rails b/bin/rails
new file mode 100755
index 0000000..0bf61b1
--- /dev/null
+++ b/bin/rails
@@ -0,0 +1,5 @@
+#!/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.
+
+ENGINE_PATH = File.expand_path('../..', __FILE__)
+load File.expand_path('../../spec/dummy/bin/rails', __FILE__)