Add RuboCop MCP to Claude Code and OpenCode—enable AI editors to call RuboCop via the Model Context Protocol for structured inspections and
Add RuboCop MCP to Claude Code and OpenCode—enable AI editors to call RuboCop via the Model Context Protocol for structured inspections and
Learn how to avoid pitfalls in time comparisons in tests using the iso8601 method for consistency and reliability
See examples of using Ruby's Data class for creating value objects, removing boilerplate code, and enhancing API response handling
What I published this week about Ruby: newsletters, contributions, and scripts
Join Friendly.rb in Bucharest, September 2024 for Ruby talks, networking, and fun activities. Don't miss this Ruby conference!
Learn about hash value omission in Ruby, their benefits, examples, and implementation guidelines for more concise code
Quick introduction to the endless method in Ruby, exploring use cases and potential impacts on code structure
Configure Rails app using automated quality checks, security audits, and best practices for maintainability and consistency in solo or side projects
Explore Ruby method definitions with IRB using source_location, show_source, and ls commands.
Discover Ruby on Rails scalability with ArchiveOfOurOwn.org, a high-traffic web app boasting 6 million users and 311 million monthly visits
How to create a new rails app running Rails 7.1 beta1
Utilizing Cursor IDE and GPT-4 for logo placement, spacing adjustment, equal column height, and group hover element display.
How to use Cursor IDE to generate for Ruby on Rails apps: examples of prompts, responses and improvements
2023 Stack Overflow Survey: Ruby's growth, increased professional use, 4th highest-paid tech, beginner-friendly approaches
If you browse one of the latest editions of Short Ruby News, you will notice that each one has a Community section and that is the first section of the newsletter. Here is a sho...
Whenever you open a piece of code try to find a place where you can describe how that class or that feature can be used by fellow developers. Focus on usage examples or use case...
Today I wanted to achieve the following: Change the key for the parent resource when accessed in the nested resources # instead of /collections/:collection_id/entries # wanted ...