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.
2013-12-02 10:51:25 -05:00
Sabarish Kumar R
27f9747143
bundle plugin throwing error when bundle is not in path while initializing
2013-11-12 12:31:13 +05:30
Maxim Dobryakov
e8c3619486
Check bundler version to avoid error with unsupported command line arguments
2013-09-24 13:58:48 +04:00
Robby Russell
91c9d98bd8
Merge pull request #2066 from agronemann/patch-1
...
Update bundler.plugin.zsh
2013-09-19 06:49:28 -07:00
Stanislav Mekhonoshin
69ce2362d6
Support of parallel bundle install
2013-09-05 20:22:46 +04:00
Alexander Gronemann
958c847f54
Update bundler.plugin.zsh
...
Added taps to bundled_commands
2013-08-29 16:20:40 +02:00
Charles Johnson
ec177659df
Update bundler.plugin.zsh
...
Added strainer & tailor to commands in bundler plugin.
2013-06-06 14:37:39 -06:00
Charles Johnson
1e86e65e3a
Update bundler.plugin.zsh
...
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
2013-06-06 13:34:36 -06:00
Robby Russell
ffc6ae937c
Spin to bundler
2013-04-23 21:25:03 -07:00
Robby Russell
8ce587ad9a
Resolving conflict when merging in #528
2013-04-23 20:58:30 -07:00
Tobias Sjösten
680302c9f6
Added 'jekyll' to list of bundled commands
2013-04-23 09:35:27 +03:00
Simeon F. Willbanks
c89afd2f6a
Fixes #1485 zeus should not be bundled
2013-03-27 08:07:24 -07:00
thisiskun
a09cd713b4
add unbundled command
2012-12-24 17:27:23 +08:00
Weston Platter
f3fea45dd2
fixes #1474 add zeus to bundle exec listx
2012-12-06 18:30:15 -06:00
Trae Robrock
8510ac002f
Bundle exec puma also http://puma.io
2012-09-17 19:06:24 -07:00
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/
2012-07-15 21:26:30 +02:00
Kir Shatrov
ce4431a160
Added spin to bundled_commands (Bundler plugin)
2012-06-04 11:50:42 +03:00
Tim Littlemore
c4608ba281
Removing ey command from bundled_commands. It is not usually bundled.
2012-06-01 15:26:22 +01:00
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
2012-05-29 10:20:49 +02:00
Wim Griffioen
0da18650c6
added rails to bundled_commands
2012-01-26 19:31:45 +01:00
Alexander Greim
a26f9b9948
adding engine yard command (ey) to bundler binstubs
2012-01-25 06:56:09 +01:00
Robby Russell
ac910b85bd
Merge pull request #845 from tjwallace/bundler_plugin_fix
...
Fix bundler plugin for root level folders
2012-01-22 13:11:39 -08:00
Tate Johnson
e0b2356080
Add middleman to bundled commands
2012-01-22 21:34:25 +10:00
Robby Russell
7cb5a5d406
Merge pull request #830 from dbye/speedup
...
Removed calls to compinit in the extract and the bundler plugins.
2012-01-18 06:56:12 -08:00
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)
2012-01-17 10:00:12 -08:00
Nicolas Cavigneaux
73c2c8adc7
Add Thor to bundled commands
2012-01-16 15:19:36 +01:00
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.
2012-01-16 13:34:07 +00:00
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.
2012-01-13 12:40:59 +00:00
lucapette
7a361870a9
add annotate
2012-01-06 22:10:57 +01:00
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
2011-12-29 21:54:19 +00:00
Mario Fernandez
444145b495
FIX: commands like ruby and rake where not being completed
2011-11-09 23:01:45 +01:00
Robby Russell
833c856b84
Merge pull request #579 from hakanensari/bundler-plugin-patch
...
Bundler plugin patch
2011-10-10 05:45:19 -07:00
Robby Russell
dfc7319491
Merge pull request #594 from sirech/fix-bundle-compl
...
Fix completion for bundled commands using the bundler plugin
2011-10-10 05:44:26 -07:00
Robby Russell
490177d48b
Merge pull request #225 from Soliah/plugin-bundler
...
Add tab completion to bundler plugin
2011-10-10 05:26:28 -07:00
Mario Fernandez
965e1cfefa
fix completion for commands wrapped with bundler
2011-09-10 11:35:08 +02:00
Hakan Ensari
ee507c9046
add foreman, nanoc, and rainbows to list of bundled commands
2011-08-31 16:21:09 +01:00
Hakan Ensari
9c5c70dc0a
order aliases alphabetically
2011-08-31 12:51:10 +01:00
Ches Martin
11fcdb844d
Add guard to bundler plugin's wrapped commands
2011-08-13 04:53:23 +07:00
artemk
0061dda057
Add bundle open alias, which open gem using EDITOR var
2011-08-06 16:46:37 +03:00
Shane Emmons
6bf468f92c
add alias for bundle package
to the bundler plugin
2011-07-25 08:02:25 -07:00
Hakan Ensari
913cf53252
refactor _run-with-bundler
2011-07-14 17:35:12 +01:00
Hakan Ensari
ba5fa3abc8
alias bundle list
2011-07-13 22:54:30 +01:00
Hakan Ensari
60e104acd1
merge bundler and bundle-exec plugins
2011-07-13 22:54:30 +01:00
Christopher Chow
4144f4beea
Add tab completion to bundler plugin.
2011-02-23 03:05:25 +11:00
Myron Marston
6b610d7dd8
Add bundler plugin with aliases.
2011-02-15 11:27:25 -08:00