Vote count:
0
Using rails 4.2.1.
- I started my rails server and hit an api endpoint.
- I make a change in that controller action and save
- I refresh the endpoint
- I undo the change and save
- I refresh the endpoint
For 1-4 everything works fine, but for 5, my browser refresh hangs and the status of the request is pending. My laptops starts to heating up and my server log in my terminal hangs and if I try Ctrl+C, the INFO going to shutdown hangs, and after one more Ctrl+C, the server crashes with
.rvm/gems/ruby-2.2.0/gems/rack-1.6.0/lib/rack/handler/webrick.rb:49:in `shutdown': undefined method `shutdown' for nil:NilClass (NoMethodError)
What's going on with my rails dev server?
asked 35 secs ago
Rails development server hanging/pending on refresh?
Aucun commentaire:
Enregistrer un commentaire