Hey guys, I''m not sure what to do with these, any comments? No comments will be taken as consent ;) clear_association_cache on objects in a @session behaves badly on ''destroy''d objects http://dev.rubyonrails.org/ticket/1192 Essentially the complaint is that destroyed objects stored in the session cause errors. Any objections to marking it invalid? weird erb/rhtml template tab/character rendering bug, oh my.. http://dev.rubyonrails.org/ticket/1170 May be related to character encoding issues? The complaint is that any tabs in erb templates cause compilation to fail, I can''t reproduce this at all. I''ve stuck all sort of random characters in the erb templates and they always compile just fine. Any objections to marking it worksforme? -- Cheers Koz
Michael Koziarski wrote:>> clear_association_cache on objects in a @session behaves badly on >> ''destroy''d objects >> http://dev.rubyonrails.org/ticket/1192 >> >> Essentially the complaint is that destroyed objects stored in the >> session cause errors. Any objections to marking it invalid?No.>> weird erb/rhtml template tab/character rendering bug, oh my.. >> http://dev.rubyonrails.org/ticket/1170 >> >> May be related to character encoding issues? The complaint is that >> any tabs in erb templates cause compilation to fail, I can''t >> reproduce this at all. I''ve stuck all sort of random characters in >> the erb templates and they always compile just fine. Any objections >> to marking it worksforme?I talked with the guy in #ror before he submitted and demonstrated that tabs work fine. Something else is going on that removing the tabs fixes for him. Perhaps the erb lexer is having trouble with his charset. In any case, he has a valid bug with an incorrect diagnosis. Worksforme with encouragement to post a failing test case. jeremy PS -- the reply-to on this list is set to the OP rather than the list itself. Kind of annoying.