textmate / ruby-on-rails-tmbundle

Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
http://groups.google.com/group/rails-textmate
MIT License
15 stars 22 forks source link

Account for new Rails 5 base model and mailer classes in language grammar #27

Open jefffederman opened 8 years ago

jefffederman commented 8 years ago

Rails 5 introduced new base model and mailer classes, and snippets relying on those language scopes no longer worked. This commit accounts for the new classes, allowing model and mailer snippets to work properly.

jefffederman commented 7 years ago

@infininight thoughts?

simonc commented 7 years ago

I was about to make the same PR. The association shortcuts are my most used ones, please consider merging this one 🙏 ❤️