Marc Cornellà
b80b1a1e8b
Actions to take after repository migration is complete ( #8394 )
...
* Change project URL from robbyrussell to ohmyzsh org
* Update git remote to use ohmyzsh org repository
6 years ago
Vsevolod Romashov
6b6f2b6dfd
bundler: support new file naming convention ( #6594 )
7 years ago
Nick Fagerlund
a41d308f70
bundler: make it play nice with functions that call wrapped commands ( #8271 )
...
When another function calls one of the bundler plugin's wrapper functions, the
command to run gets passed as an array instead of a space-separated string. That
works fine when the arguments are expanded alone, like `bundle exec $@`, but
something like `./bin/$@` will expand to something like `./bin/rake
./bin/--silent ./bin/--tasks`, which of course will explode. This was causing a
nasty interaction with the rake-fast plugin, and I'd be shocked if it wasn't
causing other problems.
The fix is to explicitly turn off the `RC_EXPAND_PARAM` option for that expansion.
See http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion
for more details.
7 years ago
David Shaffer
372bb48cee
Add rubocop to bundler readme
7 years ago
David Shaffer
fc9093b745
Add rubocop to bundled_commands
7 years ago
Iulian Onofrei
08a2808636
Fix incorrect error message when running bi without having bundler installed ( #7112 )
8 years ago
Dennis Hägler
a52a5fb1f4
Remove the white space
...
The white space is causing an error and bundler cannot find any commands!
8 years ago
Marc Cornellà
91d55dce11
bundler: update README with latest changes
8 years ago
Marc Cornellà
2991f237ae
bundler: allow aliases in `bundle exec`
...
This means that if you have, for example, `alias rs='rails server'`, you can
run `be rs` and have it expanded to `bundle exec rails server`.
Fixes #5818
8 years ago
Marc Cornellà
d302e3eebe
bundler: fix bundle version git error
...
It seems that `bundle version` calls git to know the commit sha, while `bundle --version` only shows the version of bundler.
Fixes #6988
8 years ago
Marc Cornellà
be5bff2e86
Allow FreeBSD to correctly detect number of CPUs
...
Use the same scheme as Darwin - sysctl instead of nproc, which doesn't exist in FreeBSD
Closes #2545
Co-authored-by: Daniel Bye <dbye@users.noreply.github.com>
8 years ago
Vsevolod Romashov
37c2d0ddd7
add hanami to the list of wrapped gems ( #6334 )
8 years ago
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