arish.hashnode.devRails 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 ...Apr 20, 2025·3 min read
arish.hashnode.devRails 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...Nov 11, 2024·4 min read
arish.hashnode.devExploring 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...Aug 6, 2023·2 min read