From e3053ee753c3035e9d8337680212aba525c27376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 28 Jun 2011 09:09:34 -0300 Subject: Copy the bin to railties so it also works if you don't have the rails gem. --- railties/bin/rails | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 railties/bin/rails (limited to 'railties/bin') diff --git a/railties/bin/rails b/railties/bin/rails new file mode 100644 index 0000000000..a7d6938e0d --- /dev/null +++ b/railties/bin/rails @@ -0,0 +1,2 @@ +#!/usr/bin/env ruby +require "rails/cli" \ No newline at end of file -- cgit v1.2.3