Articles by Tag #activerecord

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Generating SQL Insert Statements from ActiveRecord Models in Ruby on Rails

📌 Overview & Preview Goal: Convert any ActiveRecord model instance into a SQL INSERT...

Learn More 0 0Apr 21

Implementing the Active Record Pattern in Python with SQLModel

Learn how to bring Rails-like elegance to Python by implementing the Active Record pattern with SQLModel while maintaining type safety and following Python best practices. Includes complete code examples and best practices for database operations.

Learn More 0 0Jan 26

TIL .order_values

Inspec ordering applied to a collection

Learn More 0 0Nov 28 '24

Exploring ActiveRecord::Base::normalizes in Rails 7.1

Occasionally, there’s a need to standardize data before it’s stored in a database. For instance, you...

Learn More 0 0Jan 22