-
Pollers and Promises
Waiting for an external signal using Promises
-
More Fun With Enumerators: Nesting
Enumerating over a custom sub-structure of a list
-
Composition over Inheritance
A re-exploration of what this phrase actually means
-
Abstract Interfaces in Ruby
Declare a method interface for Ruby classes
-
RenderReturn: a controller Exception
Easily end a controller action without risking the double render error
-
Fun With Enumerators: pagination
Create an enumerator that seamlessly iterates over individual items fetched in pages
-
Pitching Rails and ActiveRecord
Making the case for Rails to a non-Rails developer
-
Rails is Ridiculous
A rant about some decisions in Rails
-
fluent rebasing
Git techniques to deal with rebase hell
-
subjoins
Using Arel to join to a subtype of an STI model