
See what we’ve written lately

Ruby Enumberable
I doubt many people will need this but here are a few neat things you can do with Ruby. I won't go into great detail but...

Rails: Querying the model
Thanks to some metaprogramming magic, whenever you create a column within a table, you get a free find_by_[name of column] method. Create a new Friend model...
