blog #programming ##Ruby

Quickly Generating XML Sitemaps in Ruby

To simply add XML sitemap generation to a Ruby program or script the sitemap-generator gem is all one needs. However the documentation for the library is quite heavy and filtering out what's needed to incorporate its functionality into a simple script can take a while. But really all it takes is this:

Dependencies sure are fun
I guess this is why everybody uses Docker these days.