Fork me on GitHub

Snippets #133

Rails work has taken a back step to other work this week, but should be back into it by the weekend.

  • Ruby Weekly - Peter Cooper has just launched a new Ruby e-mail newsletter. If you're choosing to avoid RSS then this is a great way of getting a round up of the best bits from the community.
  • 34 Ruby on Rails resources to get you started - You might have already seen some of these but it's still a great resource.
  • Ruby Koans - Want to learn Ruby in a more practical approach? Ruby Koans is a set of files that each contain tests on an aspect of the Ruby language. Your jobs is to get those tests passing in true TDD fashion.
  • Pragmatic Guide to Git - I've never advanced beyond the basic commands of Git, but I'm putting this on my book list for this year to learn more.

Snippets #125

It must be TDD Thursday or something.

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?

Snippets #119

Snippets #117

Back to using Sinatra for a couple of little applications I want to build.