July 2008

MySQL Ruby Gem Frustration with OS X

A few minutes ago I posted about the time I’d wasted since inadvertently upgrading my ruby version.

My last hurdle was to install the mysql ruby gem, which is never easy on OS X, as I learned the first time around a few days ago.

However this time, I was stumped. The gem seemed to build OK, but would simply not appear in gem list. Finally, I found this miraculous post.

Continue Reading »

Uncategorized

Comments (0)

Permalink

Danger: MacPorts Breaks Your Rails/Ruby Relationship

So I just spent a fun morning trying to work out why so many of our unit tests were breaking on my machine with the message:

undefined method `[]' for #<enumerable: <a href="http://blog.mattwynne.net/2008/07/31/danger-macports-breaks-your-railsruby-relationship/#more-67" class="more-link"><span class="more-link">Continue Reading &raquo;</span></enumerable:>

Linux / OS X Newbie Tips

Comments (1)

Permalink

C# => Ruby Culture Shock #1: ‘Private’ Methods Ain’t So Private

This is the first in what I hope to be a series of little posts about the little flashes of ‘culture shock’ that I experience as I start to move from C# to Ruby as my day-to-day programming language.

Here we’re going to look at the subtle yet significant difference in how method access modifiers work in Ruby and C#.

Continue Reading »

Agile / Lean Software Development

Comments (1)

Permalink