I am working on rails, suddenly rails server stops working. It\'s working fine and I have used following command [platform windows 7]
gem install -v=2.3.5 ra
I have solved this issue. Use following command and problem gone
gem install rails
This will install updated rails and all thing working find again.