diff options
author | Robby Russell <robby@planetargon.com> | 2012-07-20 15:15:05 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-07-20 15:15:05 -0700 |
commit | d05b2010ffd4cd33ff9402c402051b1caf985d97 (patch) | |
tree | 2b06227bed96e3895135913597f33241e29d3de1 | |
parent | 1c23a52f5744ef419e83733d18a6a698ddd14d1e (diff) | |
parent | 87ab8771dac655272895e5904fcf93217ea4a64b (diff) | |
download | zsh-d05b2010ffd4cd33ff9402c402051b1caf985d97.tar.gz zsh-d05b2010ffd4cd33ff9402c402051b1caf985d97.tar.bz2 zsh-d05b2010ffd4cd33ff9402c402051b1caf985d97.zip |
Merge pull request #1229 from seban/run_rails_without_bundle_exec
'rails' command should not be run with bundle exec
-rw-r--r-- | plugins/bundler/bundler.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index 1ca48089e..39b76ecdf 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -6,7 +6,7 @@ alias bu="bundle update" # The following is based on https://github.com/gma/bundler-exec -bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) +bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) ## Functions |