On 26 September 2011 08:43, Michal F. <[email protected]> wrote: > 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 <html><head /><body > /></html> in object inspector) > > Only thing which helps is to delete cookie (with session id) and login > 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

