From ee2e64431dc8ca0b679ef20ce4b507d55f22aa84 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Tue, 4 Nov 2014 17:14:43 -0500 Subject: Added binstubs to ease dummy application use. --- bin/rails | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/rails (limited to 'bin/rails') 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__) -- cgit v1.2.3