You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the Autocomplete Foreign Key Fixture Reference, a runtime error and trace is pasted into TextMate as follows:
--- Code ---
test "autocomplete" do
countries([CURSOR_HERE])
end
--- /Code ---
When I select the Autocomplete option, or use Alt-Esc, I get the following error message:
/Library/Application Support/TextMate/Bundles/Ruby on Rails.tmbundle/Support/lib/rails/inflector.rb:109:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 1: syntax error: unexpected end of fileempty?' for nil:NilClass (NoMethodError)
from /Library/Application Support/TextMate/Bundles/Ruby on Rails.tmbundle/Support/bin/fixture_auto_complete.rb:22:in
My Fixtures YAML is definitely valid as it works within my tests, unless you are parsing the YAML not using the standard YAML processor.
Any help would be appreciated. If you could even point me in the direction of what to look for and where to start, I'm happy to try and fix the issue and send you a patch...
This bundle is fantastic btw!
Thanks,
Matt
The text was updated successfully, but these errors were encountered:
Thanks for reporting the bug - I'm no longer using fixtures so I don't use this feature. This might also hinder my personal interest in fixing the bug asap. I'll see how we go.
When I use the Autocomplete Foreign Key Fixture Reference, a runtime error and trace is pasted into TextMate as follows:
--- Code ---
test "autocomplete" do
countries([CURSOR_HERE])
end
--- /Code ---
When I select the Autocomplete option, or use Alt-Esc, I get the following error message:
/Library/Application Support/TextMate/Bundles/Ruby on Rails.tmbundle/Support/lib/rails/inflector.rb:109:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 1: syntax error: unexpected end of fileempty?' for nil:NilClass (NoMethodError)
from /Library/Application Support/TextMate/Bundles/Ruby on Rails.tmbundle/Support/bin/fixture_auto_complete.rb:22:in
My Fixtures YAML is definitely valid as it works within my tests, unless you are parsing the YAML not using the standard YAML processor.
Any help would be appreciated. If you could even point me in the direction of what to look for and where to start, I'm happy to try and fix the issue and send you a patch...
This bundle is fantastic btw!
Thanks,
Matt
The text was updated successfully, but these errors were encountered: