I used Fedora 21 in VirtualBox to create a rails app. I have installed Ruby, Rails, rubygem, and bundle ($ bundle install) for my rails app. However, when I go to http://localhost:3000/, there is an error... When I run this command :
$ rails server
There is an error : Could not find a Javascript runtime
Thank you for your help.