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
Seems like javascript runner is missing you just need to do
gem 'therubyracer'
then
bundle install
then restart the server if you are using the production server then consider restart the production server.
It will definitely solve your problem,
cheers