Tag Archives: data

Dumping Tabular Data with Hirb

Sometimes you just want to dump an ASCII table of data: +————————————–+ | Key | Value | Source | +————————————–+ | baz | default_baz | defaults | | foo | file_foo | file example.yml | | bar | env_bar | … Continue reading

Posted in Uncategorized | Tagged , , , , | 5 Comments

ISO8601 Dates in Ruby

ISO8601 is a standard for representing date/time information as a string. ISO8601 dates look like this: 2009-10-26T04:47:09Z. There are a lot of good reasons to store dates in the ISO8601 format. The format is… Unambiguous. There is never any question … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 4 Comments