>> story.description = "Peter flippin' _Cooper_" => "Peter flippin' _Cooper_" >> story.description => "<p>Peter flippin’ <em>Cooper</em></p>" >> story.textiled = false => false >> story.description => "Peter flippin' _Cooper_"
Chris Wanstrath has created acts_as_textiled, a new plugin for Rails that allows you to specify columns on your model to be automatically parsed as Textile content.

Comments
Danno ·
Okay, that's hot.
Daniel Waite ·
Damn hot. :) Thanks for sharing. (And thanks to Chris!)