Ruby on Rails and Active Record Naming Conventions

Instead of thicc thighs saving lives, in Ruby, Active Record fulfills that role. Active Record is an ORM (Object Relational Mapping) layer that Ruby on Rails has. It allows users to bind the tables of a database to the Ruby code that uses the database records. With Active Record Migration (basically a method that allowsContinue reading “Ruby on Rails and Active Record Naming Conventions”