Rails 2.3.11 Server Crashing After 4 Requests
- by Taka
I have a Rails 2.3.11 application running on my local Windows machine using InstantRails. I cd to my application directory, run ruby script/server to start the server running, and point my browser to localhost:3000. I get the page I expect, and am able to click a few links to other pages (all of them are static).
The problem starts when I load the…