aptana / studio3-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with ruby autocompletion

miguelangelnieto opened this issue · comments

Hi,

Using the last version of Aptana, I can't get the Ruby autocompletion to work. I get the following error message:

/Users/punisher/Documents/Aptana Rubles/ruby.ruble/commands/code_completion.rb:16 warning: already initialized constant RAILS_DIR
[2011-05-27 17:11:57] An error occurred while processing the invoke block for the command Completion: Ruby (rcodetools) in /Users/punisher/Documents/Aptana Rubles/ruby.ruble/commands/code_completion.rb: (Errno::EPIPE) Broken pipe
org.jruby.exceptions.RaiseException: (Errno::EPIPE) Broken pipe
at org.jruby.RubyIO.write(org/jruby/RubyIO.java:1326)
at #Class:0x101e7a657.define_command(/Users/punisher/Documents/Aptana Rubles/ruby.ruble/commands/code_completion.rb:51)
at org.jruby.RubyIO.popen(org/jruby/RubyIO.java:3690)
at #Class:0x101e7a657.define_command(/Users/punisher/Documents/Aptana Rubles/ruby.ruble/commands/code_completion.rb:50)
at org.jruby.RubyProc.call(org/jruby/RubyProc.java:268)
at org.jruby.RubyProc.call(org/jruby/RubyProc.java:232)

I'm using MacOSX.

We've eliminated the ruble content assist and have upgrade the implementation written in java pretty significantly in 3.0.2, please see http://jira.appcelerator.org/browse/APSTUD-2466