/active_record_lite

My implementation of active record

Primary LanguageRuby

Active Record Lite

This is a lite implementation of the basic functionality that comes along with the ActiveRecord::Base class, built as an excercies to better understand the inner workings of the rails framework.

Implemented Functionality

Helper Methods

  • create
  • update
  • save

Class Methods

  • all
  • find
  • where

Association Macros

  • belongs_to
  • has_many
  • has_one_through