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
Running bundle exec rails s worked for me.
bundle exec rails s
My project was using Rails 3.x but when I ran rails -v I got 2.3.17 which is the version used by a project I worked on just before. Somehow installing this version must have be set as "default".
rails -v
2.3.17
Could someone explain this ?