On a fresh install of Textmate2, you used to be able to type hm<tab>
while editing in a model and it would type out a whole has_many
line for you, but now it just types a tab. All of the text-completion seems broken. The ones from Ruby are still working (def<tab>
creates a method block with the name selected, for instance).
I noticed that the "Ruby on Rails" bundle wasn't enabled by default anymore, but I fixed that and the issue remains.