Commit Graph

35 Commits

Author SHA1 Message Date
bba45753ca Merge pull request #1737 from hron84/feature-bundler-add-cleanup
Adding undocumented clean command to completion
2013-04-23 19:44:28 -07:00
680302c9f6 Added 'jekyll' to list of bundled commands 2013-04-23 09:35:27 +03:00
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.
2013-04-20 21:40:15 +02:00
c89afd2f6a Fixes #1485 zeus should not be bundled 2013-03-27 08:07:24 -07:00
a09cd713b4 add unbundled command 2012-12-24 17:27:23 +08:00
f3fea45dd2 fixes #1474 add zeus to bundle exec listx 2012-12-06 18:30:15 -06:00
8510ac002f Bundle exec puma also http://puma.io 2012-09-17 19:06:24 -07:00
87ab8771da 'rails' command should not be run with bundle exec
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-07-15 21:26:30 +02:00
c4608ba281 Removing ey command from bundled_commands. It is not usually bundled. 2012-06-01 15:26:22 +01:00
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
0da18650c6 added rails to bundled_commands 2012-01-26 19:31:45 +01:00
a26f9b9948 adding engine yard command (ey) to bundler binstubs 2012-01-25 06:56:09 +01:00
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
e0b2356080 Add middleman to bundled commands 2012-01-22 21:34:25 +10:00
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
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
73c2c8adc7 Add Thor to bundled commands 2012-01-16 15:19:36 +01:00
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
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
7a361870a9 add annotate 2012-01-06 22:10:57 +01:00
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
444145b495 FIX: commands like ruby and rake where not being completed 2011-11-09 23:01:45 +01:00
833c856b84 Merge pull request #579 from hakanensari/bundler-plugin-patch
Bundler plugin patch
2011-10-10 05:45:19 -07:00
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
490177d48b Merge pull request #225 from Soliah/plugin-bundler
Add tab completion to bundler plugin
2011-10-10 05:26:28 -07:00
965e1cfefa fix completion for commands wrapped with bundler 2011-09-10 11:35:08 +02:00
ee507c9046 add foreman, nanoc, and rainbows to list of bundled commands 2011-08-31 16:21:09 +01:00
9c5c70dc0a order aliases alphabetically 2011-08-31 12:51:10 +01:00
11fcdb844d Add guard to bundler plugin's wrapped commands 2011-08-13 04:53:23 +07:00
6bf468f92c add alias for bundle package to the bundler plugin 2011-07-25 08:02:25 -07:00
913cf53252 refactor _run-with-bundler 2011-07-14 17:35:12 +01:00
ba5fa3abc8 alias bundle list 2011-07-13 22:54:30 +01:00
60e104acd1 merge bundler and bundle-exec plugins 2011-07-13 22:54:30 +01:00
4144f4beea Add tab completion to bundler plugin. 2011-02-23 03:05:25 +11:00
6b610d7dd8 Add bundler plugin with aliases. 2011-02-15 11:27:25 -08:00