I\'ve been trying to use Rails and when I use rake, I get this error. Any suggestions on which run time should I use?
ngzhongqin@ngzhongqin-linux:~/RailsProjects
Add this to your Gemfile
gem 'therubyracer', require: "v8"
and run
bundle install