Christian Höltje
417936dba8
Use $OSTYPE instead of uname to speed things up
...
The $OSTYPE variable is set at ZSH compile time and can be safely used
to determine the OS of the system. e.g. darwin (os x)
2014-11-28 14:37:13 +01:00
Thomas Kriechbaumer
08728c0dc9
add BUNDLED_COMMANDS functionality to bundler plugin
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
b8a7f6b69e
added Bundler readme file
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
791828094b
add pry to bundler-commands
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
04f5d1ce82
add spring to bundler-commands
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
8705d2b7db
remove double bundle exec
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
d164416fc1
remove berkshelf from bundler-commands
...
fixes #2076
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
fbd27aa784
remove ruby from bundler-commands
...
related to #1587
closes #2200
closes #2561
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
db0290367c
remove spin from bundler-commands
...
closes #1817
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
6f3a6c5e19
remove foreman from bundler-commands
...
closes #1825
2014-11-28 14:37:12 +01:00
Thomas Kriechbaumer
b7a9adef31
add sidekiq to bundler-commands
...
closes #2779
2014-11-28 14:37:11 +01:00
Thomas Kriechbaumer
2793566efe
split bundler-commands into seperate lines
...
This makes adding, deleting and merging a lot easier.
2014-11-28 14:37:11 +01:00
Helge Rausch
6554716f5b
Make bundler plugin run binstubbed cmd if existing
2014-11-28 14:37:08 +01:00
Helge Rausch
62600d9b7e
Add spring to bundled commands
2014-11-28 14:37:08 +01:00
Marc Cornellà
ab9f6c73d1
Add missing quotes to within-bundler-project function
2014-11-28 14:37:08 +01:00
pangratz
a9d4ec5ee1
Fix function/alias naming clash between bower and bundle plugin
...
Since the `bower` plugin specifies a `bi` alias and `bundle` plugin
specifies a `bi` function, there is a name clash when using both
plugins, which results in the message "Can't 'bundle install' outside a
bundled project" when trying to execute `bower`.
This adresses #2486
2014-11-28 14:37:06 +01:00
DeLynn Berry
2a0d45f15b
Remove mailcatcher
...
The mailcatcher gem does not work correctly when executed through Bundler.
2014-11-28 14:37:02 +01:00
Miguel Flores Ruiz de Eguino
52ff06973e
Sort bundled commands alphabetically
2014-11-28 14:36:32 +01:00
Miguel Flores Ruiz de Eguino
2f7e37f534
Add irb to the list of bundled commands
2014-11-28 14:36:32 +01:00
Brandon Beacher
ba5d723f6b
Remove mailcatcher from the bundler plugin.
...
Recommended by @sj26 per https://github.com/sj26/mailcatcher#bundler .
2014-11-28 14:36:29 +01:00
Brandon Siegel
d657623b1f
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.
2014-11-28 14:36:23 +01:00
Kevin Bongart
e7e9759b06
Re-add whitespace
2014-11-28 14:36:21 +01:00
Kevin Bongart
722bf89547
Add command blacklist support to bundler plugin
2014-11-28 14:36:21 +01: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