(NoMethodError) undefined `t 'method for main: Object in Aptana

I get the following on the Aptana Scripting Console after installing the jQuery package for Aptana 3.0

[2012-03-18 14:39:27] An error occurred while executing C:\Users\Administrator\Aptana Rubles\javascript-jquery.ruble\bundle.rb: (NoMethodError) undefined method `t' for main:Object [2012-03-18 14:39:27] An error occurred while executing C:\Users\Administrator\Aptana Rubles\javascript-jquery.ruble\bundle.rb: (NoMethodError) undefined method `t' for main:Object 

After that, whenever I start Aptana 3.0, I get the following mesg error.

  [2012-03-18 13:26:35] An error occurred while executing /home/zagg/Documents/Aptana Rubles/javascript-jquery.ruble/bundle.rb: (NoMethodError) undefined method `t' for main:Object [2012-03-18 13:26:35] An error occurred while executing /home/zagg/Documents/Aptana Rubles/javascript-jquery.ruble/commands/documentation_for_word.rb: (NoMethodError) undefined method `t' for main:Object [2012-03-18 13:26:36] An error occurred while executing /home/zagg/Documents/Aptana Rubles/javascript-jquery.ruble/snippets/snippets.rb: (NoMethodError) undefined method `t' for main:Object 

Has anyone else encountered this error? Can anybody help me. Thanks for your time in advance.

+4
source share
1 answer

This problem has been resolved, you only need to update Aptana to the latest version.

https://github.com/aptana/studio3/issues/27

0
source

Source: https://habr.com/ru/post/1402067/


All Articles