Hi there,
I've been chasing my tail this morning with InvalidAuthenticationToken
errors on my signup and login forms. It turns out I'd switched the
session_store back to cookies, and had forgotten to recomment the secret
param on protect_from_forgery. Bit of a newb mistake.
I'm wondering if the
I have submitted a patch based on our AttributeDecorator plugin:
http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/950-attributedecorator-a-new-take-on-aggregation
Eloy
On 31 aug 2008, at 18:41, Eloy Duran wrote:
>> I do like some of the ideas in the attribute-decorator code. H