I am doing Ruby on Rails Essential Training From Lynda.com and whille typing the command 'rails server' on windows command prompt, the server stops on its own and shows the following line at the end
from bin/rails:4:in `require'
from bin/rails:4:in `<main>'
Following are my commands
rails new local_host -d mysql
cd C:\Users\KSHITIJ\Documents\Rails\local_host
rails server
The first two commands works just fine but the third one doesnt Please Help Thanks