Clemens Gruber
7fabc8bca4
bundler plugin: Simplify retrieval of cpu count on OSX ( #5180 )
...
Calling awk is not necessary here, sysctl has the -n flag to print the value.
Signed-off-by: Clemens Gruber <clemensgru@gmail.com>
10 years ago
Anton Rieder
a6ad7a0c8d
Add missing alias to README of bundler plugin
10 years ago
Denis
bee79f0871
bundle outdated alias
10 years ago
Filip Bartuzi
e55d84f76e
Add reference to bundler plugin issue in README
11 years ago
Satoshi Ohmori
d60d4f68aa
Add alias of bundle clean
11 years ago
Christian Höltje
63bae2aba9
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)
12 years ago
Thomas Kriechbaumer
4b997429b3
add BUNDLED_COMMANDS functionality to bundler plugin
12 years ago
Thomas Kriechbaumer
34bc91e79d
added Bundler readme file
12 years ago
Thomas Kriechbaumer
b007fee187
add pry to bundler-commands
12 years ago
Thomas Kriechbaumer
11f0d273b5
add spring to bundler-commands
12 years ago
Thomas Kriechbaumer
cfc98d3f8c
remove double bundle exec
12 years ago
toooooooby
20c84eaafc
Add 'outdated' and 'platform' completions to bundler plugin
12 years ago
Thomas Kriechbaumer
f8ea9270eb
remove berkshelf from bundler-commands
...
fixes #2076
12 years ago
Thomas Kriechbaumer
fdbfd41090
remove ruby from bundler-commands
...
related to #1587
closes #2200
closes #2561
12 years ago
Thomas Kriechbaumer
f5e69c6cab
remove spin from bundler-commands
...
closes #1817
12 years ago
Thomas Kriechbaumer
a22e0256a3
remove foreman from bundler-commands
...
closes #1825
12 years ago
Thomas Kriechbaumer
c4eec0b134
add sidekiq to bundler-commands
...
closes #2779
12 years ago
Thomas Kriechbaumer
d29c53cb10
split bundler-commands into seperate lines
...
This makes adding, deleting and merging a lot easier.
12 years ago
Helge Rausch
480ca22058
Make bundler plugin run binstubbed cmd if existing
12 years ago
Helge Rausch
f2b81e2977
Add spring to bundled commands
12 years ago
Marc Cornellà
340da08b9a
Add missing quotes to within-bundler-project function
12 years ago
pangratz
c0b094cf85
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
12 years ago
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