Build a Rails App with Slack Part 2: Slash Command with Text ResponseWelcome to the second installment of this multi-part series on building a Slack application with Rails. This series will guide you through…
ReadBuild a Rails App with Slack Part 1: OAuthWelcome to the first installment of this multi-part series on building a Slack application with Rails. This series will guide you through…
ReadSome Elegance with Rails CachingI was recently reviewing a pull request (PR) for a Rails project that was introducing Rails caching. Specifically, low-level caching for…
ReadVSCode Markdown Basics: Customize Fenced Code Block ChoicesVSCode is a great editor for authoring markdown documents. I use it frequently for writing engineering documentation and blog posts. VSCode…
ReadOptimized Model Auditing with PaperTrailModel auditing plays an important role in tracking changes within a Rails application. While several gems are available to implement this…
Read