![]() Turn Your Logs into Structured Events with Honeybadger— Honeybadger's new logging platform is a bit like Splunk, DataDog, or CloudWatch Logs, but with just the good parts and a price you can afford. Plus, it's easy to integrate with Rails, Heroku, Hatchbox, Fly.io, Render, and more. Honeybadger sponsor |
Nine Ways to Run System Commands in Ruby— There’s a lot of ways to run external processes from a Ruby program. I’m a bit of a sucker for backticks in the simplest of cases, but Kirill says Open3.popen3 is the robust option for most situations. Kirill Shevchenko |
Victor 0.5: A Ruby DSL for Building SVG Images— Much as there are libraries to construct XML or HTML using Ruby code, this is for creating vector graphics. Write Ruby, save SVG. The docs have a variety of examples of its power, including rendering a checkers board in an object oriented way. GitHub repo. Danny Ben Shitrit |
|