jimberlage / ActiveRecord-lite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActiveRecord (lite!)

This project is a clone of some of the core features of ActiveRecord. For science.

Features cloned:

  • Rails query methods (where, find, all)
  • Methods for database persistence (create, update, save)
  • Associations (belongs_to, has_many, has_one :through)

About


Languages

Language:Ruby 100.0%