Last Updated: February 25, 2016
·
579
· rshetty

ExecJS::RuntimeError in Controller#action

If you run into this error ever

ExecJS::RuntimeError in Controller#action

Then just edit your Gemfile and add

gem 'therubyracer'

And do

bundle install

That's it.

Happy Hacking!!!