I'm working on a Rails 3.2.13 app, and I ran rails server
.
The server works fine, but only until I tried render this page:
localhost:3000/items/1/edit
From this point on, any page I try to go to wouldn't get loaded. The strange thing is, there are no error messages shown on the log. The log just looks like it stopped responding.
As more background information, this morning I tried switching from sqlite to MySQL, and before that, the rails server worked just fine. I then gave up on the installation of the mysql gem (because of the error), and went back to my old database.yml
and gemfile, so I don't suppose the installation attempt would've affected it.
Does anyone have any idea what is happening?