The Rails Way on premature extraction
Posted by David November 15, 2006 @ 06:11 PM
Koz and Jamis has posted their first article on The Rails Way covering premature extraction. It’s a great way to start off the show of Rails learnings. Since it’s so easy to abstract and extract in Ruby, it’s ever so tempting to begin doing so before you have more than one instance to triangulate the best approach with.

This is one of those classic “you know you’ve read too much spam when…” moments.
I totally read that title as “The Rails way on premature ejaculation.”
I need a vacation.
Off topic here, but I really like the syntax highlighting style on that site. Would someone happen to know any Textmate bundle providing that theme?
Moodang,
That site runs on Mephisto, which uses the filtered_column_code_macro Rails Plugin:
http://techno-weenie.net/svn/projects/plugins/filtered_column_code_macro/
The plugin is a wrapper around CodeRay:
http://coderay.rubychan.de/
thanks for this information.