Rails

Normalizing Attributes in Rails 7.1 using ActiveRecord::Base::normalizes

Learn how to normalize attributes in Rails 7.1 with the new ActiveRecord::Base::normalizes API.

Read
Rails

How to redact sensitive parameters in GraphQL and Rails?

Learn how to redact sensitive query parameters in GraphQL with Rails.

Read
Rails

Action Text with Rails API only application

Learn to use Action Text to full extent with Rails API only application

Read
Rails

Introducing Boring Generators

Introducing Boring Generators gem which aims to make your development faster by delegating boring setups to the gem.

Read
Rails

Testing Rails generators with ease.

An approach to write test cases for the generators added to reduce efforts and automate your workflow.

Read