December 2011
2 posts
“The great thing about the web is linking. I don’t care how ugly it looks...”
– Scripting News: Why apps are not the future
Dec 13th
3 notes
Rails gets automatic EXPLAIN logging for slow SQL... →
thechangelog: In a fresh commit, Rails edge now has the ability to automatically add query plan info to the standard Rails logger: # Log the query plan for queries taking more than this (works # with SQLite, MySQL, and PostgreSQL) config.active_record.auto_explain_threshold_in_seconds = 0.5 … which will yield something...
Dec 2nd
55 notes