Using Rails 2.3.2 + latest Lockdown/AuthLogic & ActiveScaffold, I have a problem where non-logged in users can't see all the column data (the column titles show up, but there is no data).
I've dug through my log files, looking for errors or requests which might be causing problems, but I clearly see ActiveRecord making the queries related to these columns (they're join tables). Actually, the development.log is the same for logged in users or non-logged in users. Basically, I've determined that I have to either remove Lockdown or tell AS to return the column data as plain text (remove "active_scaffold" from the appropriate controllers). No doubt this is a strange corner case, but I'm at a loss to how to debug it since Lockdown isn't generating any authorization denied messages and it appears AS is properly querying the DB. -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
