Hello After I have updated rails to 3.0.8, I got this error : <code>Cannot modify SafeBuffer in place</code> This error arrives on this code : <code><%= strip_tags(yield(:page_title)) %></code> I have installed rails 3.0.9 but I have the same error. How can I resolve this problem ? Thanks for your help.