Page not rendered after reload

Hi all,

I have following problem:

  1. login the private section of web page
  2. everything loads well
  3. reload the page
  4. nothing is shown anymore (I see empty page in object inspector)

Only thing which helps is to delete cookie (with session id) and login
again.

The page is running in development mode and log shows no error.

Any ideas?

Thank you
MF

On 26 September 2011 08:43, Michal F. [email protected] wrote:

again.
Have a look at the Rails Guide on debugging, then you will see how to
use ruby-debug to break into your code and inspect data and follow the
flow. Then you can work out where it is going wrong.

Colin