DeLynn Berry
7d696f79b8
Remove mailcatcher
...
The mailcatcher gem does not work correctly when executed through Bundler.
12 years ago
Miguel Flores Ruiz de Eguino
610655e827
Sort bundled commands alphabetically
12 years ago
Miguel Flores Ruiz de Eguino
c3150edad2
Add irb to the list of bundled commands
12 years ago
Brandon Beacher
840ae4382e
Remove mailcatcher from the bundler plugin.
...
Recommended by @sj26 per https://github.com/sj26/mailcatcher#bundler .
12 years ago
Brandon Siegel
22c0db64ee
Change `bi` alias to a function
...
Only check the bundler version when we call bi. This fixes two issues:
First, if there is no bundler available system-wide this will cause an
error each time zsh loads. Second, if new bundler is installed
system-wide but you change into an rbenv with an older version, the
alias will no longer work.
12 years ago
Sabarish Kumar R
27f9747143
bundle plugin throwing error when bundle is not in path while initializing
13 years ago
Kevin Bongart
7567fd7f27
Re-add whitespace
13 years ago
Kevin Bongart
03dc3a8463
Add command blacklist support to bundler plugin
13 years ago
Maxim Dobryakov
e8c3619486
Check bundler version to avoid error with unsupported command line arguments
13 years ago
Stanislav Mekhonoshin
69ce2362d6
Support of parallel bundle install
13 years ago
Alexander Gronemann
958c847f54
Update bundler.plugin.zsh
...
Added taps to bundled_commands
13 years ago
Charles Johnson
ec177659df
Update bundler.plugin.zsh
...
Added strainer & tailor to commands in bundler plugin.
13 years ago
Charles Johnson
1e86e65e3a
Update bundler.plugin.zsh
...
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
13 years ago
Tobias Sjösten
680302c9f6
Added 'jekyll' to list of bundled commands
13 years ago
Garami Gábor
a08f626f1c
Adding undocumented clean command to completion
...
Clean command is undocumented (not included in
bundle help output), however that is very useful,
especially in RVM environment you can clean up
outdated gems in gemset.
13 years ago
Simeon F. Willbanks
c89afd2f6a
Fixes #1485 zeus should not be bundled
13 years ago
thisiskun
a09cd713b4
add unbundled command
13 years ago
Weston Platter
f3fea45dd2
fixes #1474 add zeus to bundle exec listx
13 years ago
Trae Robrock
8510ac002f
Bundle exec puma also http://puma.io
14 years ago
Sebastian Nowak
87ab8771da
'rails' command should not be run with bundle exec
...
http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times
http://yehudakatz.com/2011/05/30/gem-versioning-and-bundler-doing-it-right/
14 years ago
Kir Shatrov
ce4431a160
Added spin to bundled_commands (Bundler plugin)
14 years ago
Tim Littlemore
c4608ba281
Removing ey command from bundled_commands. It is not usually bundled.
14 years ago
Amar Raja
8de877d632
Prevent the heroku command from being automatically bundle-exec'ed
...
The heroku command should not be executed via bundler, see:
https://github.com/heroku/heroku/issues/173
14 years ago
Wim Griffioen
0da18650c6
added rails to bundled_commands
14 years ago
Alexander Greim
a26f9b9948
adding engine yard command (ey) to bundler binstubs
14 years ago
Tate Johnson
e0b2356080
Add middleman to bundled commands
14 years ago
Jeff Wallace
96265d2645
fix bundler plugin for root level folders
...
this fix allows _within-bundled-project() to properly pickup a Gemfile
within a root level folder (ie. /my_project)
14 years ago
Nicolas Cavigneaux
73c2c8adc7
Add Thor to bundled commands
14 years ago
Daniel Bye
b73f95ab26
Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script.
14 years ago
Daniel Bye
c04b4abe91
Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported.
14 years ago
lucapette
7a361870a9
add annotate
14 years ago
Simon Jefford
2176cf37fb
bundler plugin - don't "bundle exec rails"
...
As per http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times
14 years ago
Mario Fernandez
444145b495
FIX: commands like ruby and rake where not being completed
15 years ago
Mario Fernandez
965e1cfefa
fix completion for commands wrapped with bundler
15 years ago
Hakan Ensari
ee507c9046
add foreman, nanoc, and rainbows to list of bundled commands
15 years ago
Hakan Ensari
9c5c70dc0a
order aliases alphabetically
15 years ago
Ches Martin
11fcdb844d
Add guard to bundler plugin's wrapped commands
15 years ago
artemk
0061dda057
Add bundle open alias, which open gem using EDITOR var
15 years ago
Shane Emmons
6bf468f92c
add alias for `bundle package` to the bundler plugin
15 years ago
Hakan Ensari
913cf53252
refactor _run-with-bundler
15 years ago
Hakan Ensari
ba5fa3abc8
alias bundle list
15 years ago
Hakan Ensari
60e104acd1
merge bundler and bundle-exec plugins
15 years ago
Christopher Chow
4144f4beea
Add tab completion to bundler plugin.
15 years ago
Myron Marston
6b610d7dd8
Add bundler plugin with aliases.
15 years ago