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

Fix broken jump_to_method_definition #22

Closed glennfu closed 10 years ago

glennfu commented 10 years ago

Currently, this feature is entirely broken. With this change, the feature works again just so long as you've selected the thing you want to jump to.

glennfu commented 10 years ago

It looks like TextMate 2 wasn't automatically updating this bundle so in my 6 month old version it was broken, but when I cloned master of this, now jump to method with my cursor in the middle of a word works fine, but selecting a word and searching does not work. At any rate, I don't think my patch is appropriate.

It also looks like finding in gems doesn't work. Gem.latest_load_paths is returning []