Representing Tabular Data in Ruby - A Mini E-Book →
Together with Felipe Doria, another alumnus of the Mendicant University, I published the first installment of the MU Learning Series
Ruby's Eigenclasses Demystified →
In which we shed some light on eigenclasses as we take a whirlwind tour through Ruby's object model with special emphasis on the method lookup path.
Dynamically Nesting Deeply Nested Forms →
Demo to set up dynamic deeply nested forms (four levels deep).
Rails Named Bind Variables →
Simplify and clarify your Active Record queries using named bind variables.
Cooking Up A Custom Rails 3 Template →
An introduction to creating and customizing a Rails 3 template. Overview of the methods available to rails 3 templates, some thoughts about template design and automating RVM setup tasks.
Dynamic Nested Forms in Rails 3 →
Dynamic Nested Forms. Adding and removing nested child fields in any Rails 3 app with jQuery.
Introduction to the Pathname Ruby Standard Library →
Tutorial on the Pathname Ruby Standard Library, its characteristics and common use cases.
Image Batch Resize Using ImageMagick →
Quick and simple shell script to resize an entire folder of images using ImageMagick.
A Ruby Helper To Cleanly Truncate HTML Text →
Two means of truncating HTML text without mangling the markup. One solution works by stripping out the HTML tags altogether and the other uses Nokogiri to maintain proper HTML syntax during truncation.
Setting Up USPS Shipping In Spree →
How to leverage Spreeās active_shipping extension to calculate exact USPS shipping cost based on weight and destination.



