AKArish Khaninarish.hashnode.dev·Apr 20, 2025 · 3 min readRails Wheel - The Ultimate Starter For your Next ProjectIntroduction Building a Rails application from scratch can be time-consuming and repetitive. You need authentication, user management, background jobs, modern UI, and more. What if there was a way to skip all that boilerplate and focus on what makes ...00
AKArish Khaninarish.hashnode.dev·Nov 11, 2024 · 4 min readRails 8 with AuthenticationSimplifying Authentication in Rails 8 with a New Generator With Rails 8, developers now have a straightforward way to add essential authentication features without relying on complex all-in-one gems. Rails now includes a built-in generator that bring...00
AKArish Khaninarish.hashnode.dev·Aug 6, 2023 · 2 min readExploring ActiveRecord::Base::normalizes in Rails 7.1Occasionally, there’s a need to standardize data before it’s stored in a database. For instance, you might want to convert email addresses to lowercase, eliminate leading and trailing spaces, and more. With the introduction of Rails 7.1, the new Acti...00