I\'m new to ruby and rails and i installed rails in to the ubuntu. but when i go to the start server by typing \"rails s\" it doesn\'t start and comes following message . bu
I am also new to Ruby on rails. I find the same issue when accidentally my PC shutdown. I fix it by following steps.
Create a new application. Rails new demo --Database=postgresql
Copy the Bin folder of new Demo app.
Remove the Bin folder of old App(That showing error)
Paste the New bin folder from Demo App to old App.
Start the server Rails server
Note you can copy the bin folder from Github. https://github.com/hoovercj/depot