I tried googling this and I haven\'t found an answer yet to my problem.
I am trying to run a simple controller script through rails and it is giving me this error wh
It looks like you might be missing a few gems.
Add to your Gemfile:
gem 'therubyracer' gem 'execjs'
And then run $ bundle install to install them.
$ bundle install