Recent Posts

So you want to start using Rails?

3 minute read

Some people have recently asked me about starting with Rails, most of them don't know Ruby or Rails and some don't even come from the web world. At work they...

Enums in Rails

1 minute read

While working on a subset of new stuff at work it became apparant that some of our classes could really use Enums. For this post we'll go with the example o...