On Oct 29, 2007, at 10:58 AM, Alexy Khrabrov wrote:
Greetings -- I was a happy user of Ruby templates until TextMate decided to upgrade itself. Suddenly the Templates are gone from the Ruby bundle! And indeed, they're not there in the latest Ruby bundle. What happened to them and how can I get them back and never let go?
Allan and I felt that the template didn't add anything significant over ⌘N, ⌃⌥⇧R, rb⇥ and thus we decided to remove it.
I realize it did add a little metadata in comments, but my opinion is that you gain a lot by building your own snippet to handle that. You could put just the information you want and even make it language independent.
Anyway, you can get the old template files with:
svn export -r 8274 http://macromates.com/svn/Bundles/trunk/Bundles/ Ruby.tmbundle/Templates
James Edward Gray II