textmate / ruby.tmbundle

TextMate support for Ruby
178 stars 90 forks source link

Associate with .vagrantplugins #98

Closed kitsunde closed 8 years ago

kitsunde commented 8 years ago

.vagrantplugins is basically a pre-execution ruby script. A lot of people use it to automatically install vagrant plugins.

infininight commented 8 years ago

Can you point to this extension being documented somewhere? A quick search of vagrant plugins doesn't show this extension in use anywhere that I see at first glance.

kitsunde commented 8 years ago

It's not widely documented but https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md#170-december-9-2014 2nd line under impovements. The actual commit allowing for .vagrantplugins: https://github.com/mitchellh/vagrant/commit/fbd568a03e496dd70897f22b62eaece7e5c3e23c

There's a bunch of stuff on the issue tracker mentioning it: https://github.com/mitchellh/vagrant/search?q=.vagrantplugins&type=Issues&utf8=%E2%9C%93

infininight commented 8 years ago

Pulled as 1094f3f1c1caa47a7a72186c49d4ad1a31558c99, thanks!