This is inspired by Ruby, but could apply to Perl as well.
Situation: class with dynamic, on the fly class method definitions of the form
[:role1, :role2, :role3].each do |m|
class_eval <
This is inspired by Ruby, but could apply to Perl as well.
Situation: class with dynamic, on the fly class method definitions of the form
[:role1, :role2, :role3].each do |m|
class_eval <
Tags: stuff
Need to generate a nice ERD or inheritance diagram for your Rails app? This plugin comes to the rescue! This is one of those things that seems like totally a no-brainer, given Rails’ knowledge of the schema.
read more | digg story
Tags: stuff
I meant to post this when I found it awhile ago:
If you’ve writen code that needs to sometimes generate the following SQL query
“SELECT * FROM tbl WHERE (1 = 2) … ”
you should probably think about refactoring.
Tags: stuff
So, I began with an article on standards when programming, which linked to this bit about marking up XHTML which linked to this bit on microformats.
I really like the layout and design of that last link. It’s just striking, yet clean. Also it kind of reminds me of this 4″ Everlasting Gobstopper I once […]
Tags: stuff
This may be a little disconnected.
Tags: Uncategorized