I\'m having trouble setting up ruby on rails on my machine. I\'ve been following the book \"Agile Web Development with Rails\" and up until now everything has been going fine.<
If you will add therubyracer gem , may be your problem woould be solved
Code
gem 'therubyracer' gem 'execjs'
then just do a bundle install
bundle install