Post by Peter Cooper on August 21st, 2006
acts_as_textiled: Auto-formatted columns plugin for Rails

- acts_as_cached: Easy caching for ActiveRecord
- In-Depth “acts_as_ferret” Tutorial - Add Search To Your Rails App
- acts_as_most_popular: Data popularity extension for Rails models


>> 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.

Click here to add on del.icio.us
Tweet This









August 21st, 2006 at 8:22 pm
Okay, that's hot.
August 22nd, 2006 at 11:22 pm
Damn hot. :) Thanks for sharing. (And thanks to Chris!)