Today needs to be about writing code.


  • Record Filter - A pure-ruby DSL to replace SQL in ActiveRecord. Personally, I'd be happy with more SQL, but to each their own.

  • on APIs: more craft, less magic - "Rails seems to assume that you want to expose your database object model transparently through your API. In my experience, this is rarely what you want to do. In fact, it is a crazy way to live."

  • A git-style wiki system - Bryan Thompson ponders a way to help Rails newbies with common questions.