From Bundler to Open and Inclusive Software Communities : Steven R. Baker

Though we ended up switching to what I consider to be a technically superior product based on simplicity, we arrived there because of poor community interaction on the part of the Bundler developers.

How to split a Ruby class into multiple source files - Gem Session

Unfortunately vanilla Ruby modules lack support for many idioms popular in modern Ruby. Most importantly, we have become accustomed to composing our classes with meta-programming macros such as has_many, validates_presence_of or after_save. And modules weren't built with macros in mind.

Never write a Cucumber step definition again with Cucumber Factory - Gem Session: gem

I love Cucumber, but I hate writing step definitions. They are ugly, awkward to write and very, very boring: Most step defintions merely create objects for a scenario to chew on.

michaeldv's awesome_print at master - GitHub

Pretty print your Ruby objects with style -- in full color and with proper indentation

The greatest bug I never fixed - Gem Session

When I realized what had gone wrong, the light almost blinded me.

Why I won't help you - Gem Session

But then there are those posts where the author pastes 10 pages of confused code with no context whatsoever and then demands to know why they're getting funny errors. I find this sort of behaviour offensive to all the people who are basically dealing out free support. I'd rather spend my time helping people who actually give a damn.

Will Rails 3 obstruct plugin innovation? - Gem Session

Where there was once a consistent API to manipulate and hook into the lifecycle of a persistent object, plugins must now perform very careful checks whether an object supports more advanced traits like transactions, observers or dirty attribute tracking.

Introducing Isolate

The basics of Isolate, a tool for replacing Bundler in gem management.