I have a Rails application that needs to run a node script. I imagine that using the ExecJS gem is the cleanest way to run JavaScript from a Rails app. However, so far, Exec
It's erroring out because require() is not supported by EvalJS. 'require' is undefined, and undefined is not a function. ;)