summaryrefslogtreecommitdiff
path: root/plugins/bundler
AgeCommit message (Expand)Author
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
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
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
2012-01-22Add middleman to bundled commandsTate Johnson
2012-01-18Merge pull request #830 from dbye/speedupRobby Russell
2012-01-17fix bundler plugin for root level foldersJeff Wallace
2012-01-16Add Thor to bundled commandsNicolas Cavigneaux
2012-01-16Removed the assignments to fpath as well, since that's all handled in the .oh...Daniel Bye
2012-01-13Removed calls to compinit in the extract and the bundler plugins. compinit sh...Daniel Bye
2012-01-06add annotatelucapette
2011-12-29bundler plugin - don't "bundle exec rails" Simon Jefford
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
2011-10-10Merge pull request #594 from sirech/fix-bundle-complRobby Russell
2011-10-10Merge pull request #225 from Soliah/plugin-bundlerRobby Russell
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-07-25add alias for `bundle package` to the bundler pluginShane Emmons
2011-07-14refactor _run-with-bundlerHakan Ensari
2011-07-13alias bundle listHakan Ensari
2011-07-13merge bundler and bundle-exec pluginsHakan Ensari
2011-02-23Add tab completion to bundler plugin.Christopher Chow
2011-02-15Add bundler plugin with aliases.Myron Marston