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

Failure running “Autocomplete Foreign Key Fixture Reference (habtm)” #28

Open hryamzik opened 8 years ago

hryamzik commented 8 years ago

I get the following error when press alt+escape.

/Users/user/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/lib/rails/text_mate.rb:54:in `method_missing': undefined method `filepath' for TextMate:Module (NoMethodError)
    from /Users/user/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/lib/rails/rails_path.rb:54:in `initialize'
    from /Users/user/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/bin/fixture_auto_complete.rb:10:in `new'
    from /Users/user/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/bin/fixture_auto_complete.rb:10:in `parse_line'
    from /Users/user/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/bin/fixture_auto_complete.rb:60

textmate/yaml.tmbundle#13