1

Edit: Below is my original question. After solving my problem, I thought I'd re-edit this so others may benefit. The root question is "A certain subset of textmate snippets aren't working."

Original Question: In Textmate, I can't use ruby on rails migration snippets like mtab⇥, mcol⇥, or t.⇥ in my db/migrate/ files. I've tried setting the file type as "Ruby on Rails" as well as "Ruby" and even "Sinatra" but have had no luck. These commands do work when I go through the bundle menu however. What am I doing wrong?

the Tin Man
  • 158,662
  • 42
  • 215
  • 303
Derek
  • 982
  • 1
  • 8
  • 19

1 Answers1

2

I had ActiveRecord::Migration misspelled so the snippets that rely on matching that string were failing! Always check the snippets source! :)

Derek
  • 982
  • 1
  • 8
  • 19
  • @Greg, I shall. But I have to wait until tomorrow for the two day time wait on marking your own answer as the answer. Also thank you for editing the title! – Derek Dec 08 '10 at 19:07