Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-15 | 'rails' command should not be run with bundle exec | Sebastian 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-04 | Added spin to bundled_commands (Bundler plugin) | Kir Shatrov | |
2012-06-01 | Removing ey command from bundled_commands. It is not usually bundled. | Tim Littlemore | |
2012-05-29 | Prevent 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-26 | added rails to bundled_commands | Wim Griffioen | |
2012-01-25 | adding engine yard command (ey) to bundler binstubs | Alexander Greim | |
2012-01-22 | Merge pull request #845 from tjwallace/bundler_plugin_fix | Robby Russell | |
Fix bundler plugin for root level folders | |||
2012-01-22 | Add middleman to bundled commands | Tate Johnson | |
2012-01-18 | Merge pull request #830 from dbye/speedup | Robby Russell | |
Removed calls to compinit in the extract and the bundler plugins. | |||
2012-01-17 | fix bundler plugin for root level folders | Jeff Wallace | |
this fix allows _within-bundled-project() to properly pickup a Gemfile within a root level folder (ie. /my_project) | |||
2012-01-16 | Add Thor to bundled commands | Nicolas Cavigneaux | |
2012-01-16 | Removed 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-13 | Removed 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-06 | add annotate | lucapette | |
2011-12-29 | bundler 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-09 | FIX: commands like ruby and rake where not being completed | Mario Fernandez | |
2011-10-10 | Merge pull request #579 from hakanensari/bundler-plugin-patch | Robby Russell | |
Bundler plugin patch | |||
2011-10-10 | Merge pull request #594 from sirech/fix-bundle-compl | Robby Russell | |
Fix completion for bundled commands using the bundler plugin | |||
2011-10-10 | Merge pull request #225 from Soliah/plugin-bundler | Robby Russell | |
Add tab completion to bundler plugin | |||
2011-09-10 | fix completion for commands wrapped with bundler | Mario Fernandez | |
2011-08-31 | add foreman, nanoc, and rainbows to list of bundled commands | Hakan Ensari | |
2011-08-31 | order aliases alphabetically | Hakan Ensari | |
2011-08-13 | Add guard to bundler plugin's wrapped commands | Ches Martin | |
2011-08-06 | Add bundle open alias, which open gem using EDITOR var | artemk | |
2011-07-25 | add alias for `bundle package` to the bundler plugin | Shane Emmons | |
2011-07-14 | refactor _run-with-bundler | Hakan Ensari | |
2011-07-13 | alias bundle list | Hakan Ensari | |
2011-07-13 | merge bundler and bundle-exec plugins | Hakan Ensari | |
2011-02-23 | Add tab completion to bundler plugin. | Christopher Chow | |
2011-02-15 | Add bundler plugin with aliases. | Myron Marston | |