I focused on this a bit more this morning and am still completely
stumped. The page I have focused on has no caching on it at all and
has a simple form to ask for name and location. The model itself does
not store the name and location, but via attr_accessor I store them in
the users model. I use a initialize method to pre-fill out the form
for logged in users. People have complained that others information
shows up prefilled in the form.
Can anyone think of any debugging methods that could apply here? Or
how to debug this without being able to duplicate it?
-timw