Tag: ruby

  • Automating HTML5 Generation With AsciiDoctor

    If you’re a documentation nerd or somewhat planning to create content for publishing, surely you will encounter ASCII Doc. ASCII Doc is being use by different publishing giants like O’Reilly to create books and content. One problem I encountered is generating HTML documents from asciidoc format. So how do I automate it? Better to die…

  • Installing MySQL2 Ruby Gem in macOS Mojave

    Installing MySQL2 Ruby Gem in macOS Mojave

    Installing MySQL2 gem became a common problem for people who uses macOS to develop Ruby1 based apps that utilized MySQL2 data store. I’ve personally encountered this problem myself back in the days and still encountering this on brand new setup macOS workstation. In this article, we will go through the steps I did to resolved…