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

Go to helpers doesn't work #16

Open lcmen opened 10 years ago

lcmen commented 10 years ago

When I try to use 'Go to' helper I get this error: screen shot 2014-01-13 at 20 13 21

I'm using TextMate 2 alpha 9503 with Mac OS Mavericks. I tried to set different version of Ruby - 1.9.3 or 2.0.0 but it didn't help.

Please let me know if you need any more info about the problem.

sellmerfud commented 10 years ago

This looks to be the same as issue #14. I've experienced the problem as well with go_to_alternate file, but only when the script must ask for a new filename. For example if I am in a controller.rb and press cmd-opt-down_arrow while my cursor is in a method that has a corresponding view file, then I am taken to the file. But if there is not corresponding view file for the method, then when the script tries to prompt for the filename, I get the error.

Hope this helps to narrow it down.