Hi,
I am using Webrick for development and have a problem
with Rails after leaving it inactive (overnight for
example). After leaving the application running
without using it, the next time I try to use it I only
get blank pages when I try to access any page. I am
guessing this is a database problem as I have gotten
blank pages when my database was misconfigured, but
not sure how to fix it. Has anyone else experienced
this problem and fixed it? Is this only a problem
with using Webrick? I am using MySQL with
ActiveRecord session storage.
Thanks ahead of time.