Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1229 from seban/run_rails_without_bundle_exec
Browse files Browse the repository at this point in the history
'rails' command should not be run with bundle exec
  • Loading branch information
robbyrussell committed Jul 20, 2012
2 parents 1c23a52 + 87ab877 commit d05b201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bundler/bundler.plugin.zsh
Expand Up @@ -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

Expand Down

0 comments on commit d05b201

Please sign in to comment.