GemChat: AI Chat for Ruby Gem Documentation (with MCP support)
Let’s say you’re mid-task and need to know how sidekiq handles Redis reconnection, or what the exact puma thread configuration is for your deployment. Your options are: open a browser, …
Let’s say you’re mid-task and need to know how sidekiq handles Redis reconnection, or what the exact puma thread configuration is for your deployment. Your options are: open a browser, …
I recently ran into a small but frustrating production bug caused by a common Ruby mistake. I had a feature controlled by an environment variable: DISABLE_THING=false The application restarted …