Ruby on Rails 8: The Game-Changing Features You Need to Know!
Ruby on Rails 8 introduces faster ActiveRecord queries, real-time updates with Hotwire 2.0, enhanced security, and optimized JSON API rendering. With inline ...
Ruby on Rails 8 introduces faster ActiveRecord queries, real-time updates with Hotwire 2.0, enhanced security, and optimized JSON API rendering. With inline ...
The Dry-rb gem suite is a game-changer for Ruby developers who value clean, maintainable code. From robust input validation with dry-validation to building i...
Service objects in Ruby streamline business logic and keep code clean. Use clear names like CreateUser, group by context, and simplify constructors. Implemen...
Excerpt: Ruby on Rails 8 introduces faster ActiveRecord queries, real-time updates with Hotwire 2.0, enhanced security, and optimized JSON API rendering. Wit...
PostgreSQL offers powerful full-text search capabilities, eliminating the need for complex tools like Elasticsearch in many Rails apps. This guide walks you ...
Discover how Hanami 2.0 to 2.2 is redefining web development with its modular design, built-in websockets for real-time apps, seamless dry-rb integration, an...
Sometimes you’ll have to create a deeply nested hash without knowing how deep it can be at first. This hash should allow reading and setting values at any le...
Most people using Ruby nowdays are using it for Rails. They often defined themselves has ‘Rails developers’, not ‘Ruby developers’. I’m an early adopter of R...