From a64bfc3c8e2a62b39f3cf8497c2a5a82272bd27a Mon Sep 17 00:00:00 2001 From: Felipe Rodrigues Date: Mon, 12 Apr 2010 23:38:43 -0300 Subject: moved rails binary to rails gem, so rubygems can find specific versions of rails [#4382 state:resolved] Signed-off-by: wycats --- bin/rails | 1 + 1 file changed, 1 insertion(+) create mode 100755 bin/rails (limited to 'bin/rails') diff --git a/bin/rails b/bin/rails new file mode 100755 index 0000000000..853b1d75f9 --- /dev/null +++ b/bin/rails @@ -0,0 +1 @@ +require 'rails/cli' -- cgit v1.2.3