diff options
author | Felipe Rodrigues <felipero@gmail.com> | 2010-04-12 23:38:43 -0300 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-04-12 19:56:38 -0700 |
commit | a64bfc3c8e2a62b39f3cf8497c2a5a82272bd27a (patch) | |
tree | ef99ef08d35b66530562d9b817890056e0cf8793 /bin | |
parent | 3c456a869abeb0a639518180214db5ead428aedf (diff) | |
download | rails-a64bfc3c8e2a62b39f3cf8497c2a5a82272bd27a.tar.gz rails-a64bfc3c8e2a62b39f3cf8497c2a5a82272bd27a.tar.bz2 rails-a64bfc3c8e2a62b39f3cf8497c2a5a82272bd27a.zip |
moved rails binary to rails gem, so rubygems can find specific versions of rails [#4382 state:resolved]
Signed-off-by: wycats <wycats@gmail.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rails | 1 |
1 files changed, 1 insertions, 0 deletions
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' |