I'm still getting the ExecJS::RuntimeError
even when I went through the ways to fix it based on this post: ExecJS::RuntimeError on Windows trying to follow rubytutorial
I found out that my issue was when I require the tree .
in my file. This error came up when i simply generated a new controller called info
and it made the coffee script for it.
Putting *= require info
doesn't work either as it still throws the same error:
ExecJS::RuntimeError at /
["ok","(function() {\n\n\n}).call(this);\n"]
(in C:/Users/..../assets/javascripts/info.js.coffee)
So what else could I use besides //= require_tree .
?
P.S.Im on Windows 7 64x.