summaryrefslogtreecommitdiff
path: root/plugins/bundler
AgeCommit message (Collapse)Author
2014-03-22Sort bundled commands alphabeticallyMiguel Flores Ruiz de Eguino
2014-03-21Add irb to the list of bundled commandsMiguel Flores Ruiz de Eguino
2014-02-19Remove mailcatcher from the bundler plugin.Brandon Beacher
Recommended by @sj26 per https://github.com/sj26/mailcatcher#bundler.
2013-12-03Merge pull request #2195 from KevinBongart/command_blacklist_for_bundler_pluginRobby Russell
Add command blacklist support to bundler plugin
2013-12-02Change `bi` alias to a functionBrandon Siegel
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-11-12bundle plugin throwing error when bundle is not in path while initializingSabarish Kumar R
2013-10-25Re-add whitespaceKevin Bongart
2013-10-25Add command blacklist support to bundler pluginKevin Bongart
2013-09-24Check bundler version to avoid error with unsupported command line argumentsMaxim Dobryakov
2013-09-19Merge pull request #2066 from agronemann/patch-1Robby Russell
Update bundler.plugin.zsh
2013-09-05Support of parallel bundle installStanislav Mekhonoshin
2013-08-29Update bundler.plugin.zshAlexander Gronemann
Added taps to bundled_commands
2013-06-06Update bundler.plugin.zshCharles Johnson
Added strainer & tailor to commands in bundler plugin.
2013-06-06Update bundler.plugin.zshCharles Johnson
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
2013-04-23Spin to bundlerRobby Russell
2013-04-23Resolving conflict when merging in #528Robby Russell
2013-04-23Merge pull request #1737 from hron84/feature-bundler-add-cleanupRobby Russell
Adding undocumented clean command to completion
2013-04-23Added 'jekyll' to list of bundled commandsTobias Sjösten
2013-04-20Adding undocumented clean command to completionGarami Gábor
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.
2013-03-27Fixes #1485 zeus should not be bundledSimeon F. Willbanks
2012-12-24add unbundled commandthisiskun
2012-12-06fixes #1474 add zeus to bundle exec listxWeston Platter
2012-09-17Bundle exec puma also http://puma.ioTrae Robrock
2012-07-15'rails' command should not be run with bundle execSebastian Nowak
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-06-04Added spin to bundled_commands (Bundler plugin)Kir Shatrov
2012-06-01Removing ey command from bundled_commands. It is not usually bundled.Tim Littlemore
2012-05-29Prevent the heroku command from being automatically bundle-exec'ed Amar Raja
The heroku command should not be executed via bundler, see: https://github.com/heroku/heroku/issues/173
2012-01-26added rails to bundled_commandsWim Griffioen
2012-01-25adding engine yard command (ey) to bundler binstubsAlexander Greim
2012-01-22Merge pull request #845 from tjwallace/bundler_plugin_fixRobby Russell
Fix bundler plugin for root level folders
2012-01-22Add middleman to bundled commandsTate Johnson
2012-01-18Merge pull request #830 from dbye/speedupRobby Russell
Removed calls to compinit in the extract and the bundler plugins.
2012-01-17fix bundler plugin for root level foldersJeff Wallace
this fix allows _within-bundled-project() to properly pickup a Gemfile within a root level folder (ie. /my_project)
2012-01-16Add Thor to bundled commandsNicolas Cavigneaux
2012-01-16Removed the assignments to fpath as well, since that's all handled in the ↵Daniel Bye
.oh-my-zsh/oh-my-zsh.sh boot script.
2012-01-13Removed calls to compinit in the extract and the bundler plugins. compinit ↵Daniel Bye
should only be called once, after all modules, libs, etc are imported.
2012-01-06add annotatelucapette
2011-12-29bundler plugin - don't "bundle exec rails" Simon Jefford
As per http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times
2011-11-09FIX: commands like ruby and rake where not being completedMario Fernandez
2011-10-10Merge pull request #579 from hakanensari/bundler-plugin-patchRobby Russell
Bundler plugin patch
2011-10-10Merge pull request #594 from sirech/fix-bundle-complRobby Russell
Fix completion for bundled commands using the bundler plugin
2011-10-10Merge pull request #225 from Soliah/plugin-bundlerRobby Russell
Add tab completion to bundler plugin
2011-09-10fix completion for commands wrapped with bundlerMario Fernandez
2011-08-31add foreman, nanoc, and rainbows to list of bundled commandsHakan Ensari
2011-08-31order aliases alphabeticallyHakan Ensari
2011-08-13Add guard to bundler plugin's wrapped commandsChes Martin
2011-08-06Add bundle open alias, which open gem using EDITOR varartemk
2011-07-25add alias for `bundle package` to the bundler pluginShane Emmons
2011-07-14refactor _run-with-bundlerHakan Ensari
2011-07-13alias bundle listHakan Ensari