Snippets #125

It must be TDD Thursday or something.

Filed Under // TDD

Snippets #124

Filed Under // Gems Rails

Snippets #123

Read Metaprogramming Ruby last week, but I think I'll read it again this week just to get my around a few things.

  • Creating Duplicate Objects - Took me a couple of reads to get this.
  • minitest 1.7.0 released - The nimble replacement for test/unit hits a new milestone. I wonder how fast this is over test/unit?
  • Rails best practices - Amey Dhoke has compiled an interesting list of best practices for Rails. I wonder how it compares to other best practices developers might have?

Filed Under // Rails TDD

Snippets #122

Even if you're implementing such a basic feature as single table inheritance, always write unit tests for it to ensure everything is right. I found out the hard way last night.

Filed Under // Agile Rails

Snippets #121

Filed Under // Heroku Rails Sinatra