diff options
author | José Valim <jose.valim@gmail.com> | 2011-09-12 09:05:11 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-09-12 09:05:11 -0700 |
commit | 11fa70dd0903a75f2a507dd609ea640e8ec99373 (patch) | |
tree | 43466e22a3d1e6dc119b00fe08dff9ca1f2b8dae /bin | |
parent | 63082af306b3da34a5c888d19eef7314a4ef06e6 (diff) | |
download | rails-11fa70dd0903a75f2a507dd609ea640e8ec99373.tar.gz rails-11fa70dd0903a75f2a507dd609ea640e8ec99373.tar.bz2 rails-11fa70dd0903a75f2a507dd609ea640e8ec99373.zip |
Just provide the executable for railtie. This should be fine since Rubygems now warns before overriding them.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rails | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/rails b/bin/rails deleted file mode 100755 index f9725d78d0..0000000000 --- a/bin/rails +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env ruby - -if File.exists?(File.join(File.expand_path('../..', __FILE__), '.git')) - railties_path = File.expand_path('../../railties/lib', __FILE__) - $:.unshift(railties_path) -end -require "rails/cli" |