Error:
Cound not find gem 'jquery-rails (> = 0) ruby' in the gems available on this machine
Image:
I'm using a virtual box, can this be?
You're missing this jquery-rails
gem, try:
sudo gem install jquery-rails
You have to install NodeJs on your virtual machine!
Run the command on the terminal:
sudo apt-get install nodejs
and then try to create a new project.