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.<
Your Gemfile should contain BOTH of the following lines:
gem 'execjs' gem 'therubyracer'
Then run bundle install and try again.
bundle install