February 16, 2026 In 2025, at Rails g authentication from Kaigi on Rails 2025, developer Shinichi Maeshima presented an insightful talk on Rails 8’s new rails g authentication generator and its implications for how we build authentication in Rails apps. Rails has long given developers the building blocks for authentication — has_secure_password, session cookies, and … Continue reading Rails 8 Authentication: Why the New Built-in Generator Matters (and What It Means for Devise)
Tag: generators
🧰 Ruby Gems With Powerful Generators You Should Be Using in Your Rails Projects
December 9, 2025 A curated list of tools that accelerate development and keep your codebase clean One of the most underrated strengths of Ruby on Rails is its generator ecosystem. Beyond the native Rails generators, many gems ship with their own commands to scaffold authentication, background jobs, pagination, translations, slugs, geolocation, and much more. These … Continue reading 🧰 Ruby Gems With Powerful Generators You Should Be Using in Your Rails Projects

