Normally when working inside a Ruby on Rails view file, I can hit CTRL + SHIFT + . to get open/close tags for rails like so:

<%= selection %>

I'm not sure how, but yesterday this functionality stopped working. I reinstalled the Ruby on Rails bundle for Textmate but alas, it did not help. Can anybody speculate might have happened and how I could fix it/reset to original settings?

Thanks!

link|improve this question

67% accept rate
feedback

1 Answer

The snippet to insert <%= selection %> is actually part of the Ruby TextMate bundle not the Ruby on Rails bundle. You might want to reinstall the Ruby bundle.

If that doesn't work go into the Bundle Editor and look at the snippets under the Ruby bundle.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.