Commit Graph

79 Commits

Author SHA1 Message Date
Kir Shatrov ce4431a160 Added spin to bundled_commands (Bundler plugin) 2012-06-04 11:50:42 +03:00
Tim Littlemore c4608ba281 Removing ey command from bundled_commands. It is not usually bundled. 2012-06-01 15:26:22 +01:00
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
2012-05-29 10:20:49 +02:00
Wim Griffioen 0da18650c6 added rails to bundled_commands 2012-01-26 19:31:45 +01:00
Alexander Greim a26f9b9948 adding engine yard command (ey) to bundler binstubs 2012-01-25 06:56:09 +01:00
Robby Russell ac910b85bd Merge pull request #845 from tjwallace/bundler_plugin_fix
Fix bundler plugin for root level folders
2012-01-22 13:11:39 -08:00
Tate Johnson e0b2356080 Add middleman to bundled commands 2012-01-22 21:34:25 +10:00
Robby Russell 7cb5a5d406 Merge pull request #830 from dbye/speedup
Removed calls to compinit in the extract and the bundler plugins.
2012-01-18 06:56:12 -08:00
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)
2012-01-17 10:00:12 -08:00
Nicolas Cavigneaux 73c2c8adc7 Add Thor to bundled commands 2012-01-16 15:19:36 +01:00
Daniel Bye b73f95ab26 Removed the assignments to fpath as well, since that's all handled in the .oh-my-zsh/oh-my-zsh.sh boot script. 2012-01-16 13:34:07 +00:00
Daniel Bye c04b4abe91 Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported. 2012-01-13 12:40:59 +00:00
lucapette 7a361870a9 add annotate 2012-01-06 22:10:57 +01:00
Simon Jefford 2176cf37fb bundler plugin - don't "bundle exec rails"
As per http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times
2011-12-29 21:54:19 +00:00
Mario Fernandez 444145b495 FIX: commands like ruby and rake where not being completed 2011-11-09 23:01:45 +01:00
Robby Russell 833c856b84 Merge pull request #579 from hakanensari/bundler-plugin-patch
Bundler plugin patch
2011-10-10 05:45:19 -07:00
Robby Russell dfc7319491 Merge pull request #594 from sirech/fix-bundle-compl
Fix completion for bundled commands using the bundler plugin
2011-10-10 05:44:26 -07:00
Robby Russell 490177d48b Merge pull request #225 from Soliah/plugin-bundler
Add tab completion to bundler plugin
2011-10-10 05:26:28 -07:00
Mario Fernandez 965e1cfefa fix completion for commands wrapped with bundler 2011-09-10 11:35:08 +02:00
Hakan Ensari ee507c9046 add foreman, nanoc, and rainbows to list of bundled commands 2011-08-31 16:21:09 +01:00
Hakan Ensari 9c5c70dc0a order aliases alphabetically 2011-08-31 12:51:10 +01:00
Ches Martin 11fcdb844d Add guard to bundler plugin's wrapped commands 2011-08-13 04:53:23 +07:00
artemk 0061dda057 Add bundle open alias, which open gem using EDITOR var 2011-08-06 16:46:37 +03:00
Shane Emmons 6bf468f92c add alias for `bundle package` to the bundler plugin 2011-07-25 08:02:25 -07:00
Hakan Ensari 913cf53252 refactor _run-with-bundler 2011-07-14 17:35:12 +01:00
Hakan Ensari ba5fa3abc8 alias bundle list 2011-07-13 22:54:30 +01:00
Hakan Ensari 60e104acd1 merge bundler and bundle-exec plugins 2011-07-13 22:54:30 +01:00
Christopher Chow 4144f4beea Add tab completion to bundler plugin. 2011-02-23 03:05:25 +11:00
Myron Marston 6b610d7dd8 Add bundler plugin with aliases. 2011-02-15 11:27:25 -08:00