| Message: 98250 |
 |
BY: David Adler (dadler) DATE: 2012-08-16 17:19 SUBJECT: RE: Ruby crash accessing initial web page The row was inserted manually with:
insert into friends(name,created_at,updated_at) values('fred',current timestamp, current timestamp)
When I tried this again, the first time I used:
http://localhost:3000/friends
the 'explain' error was displayed.
The refresh of this URL resulted in the same error.
The next refresh of this URL resulted in correct display of the index page and I was able to create a new "friend" successfully and display it back on the index page.
In subsequent tests with a new project/application,
http://localhost:3000/friends
resulted in the same 'explain' error.
Refresh resulted in the system hanging. Firefox did not time out but kept waiting. The server didn't crash. There was no obvious process running.
In yet another test, commenting out the explain timeout parameter, the system hung the first time the application was run.
I will send you separately the CLI trace and development.log information. | |