[Rails-core] protect_from_forgery(secret) and config.action_controller.session_store

2008-09-01 Thread Tim Haines
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

[Rails-core] Re: composed_of constructor and converter options patch

2008-09-01 Thread Eloy Duran
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