Skip to content

zabrahams/ReActiveRecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReActive Record

ReActive Record is an ActiveRecord like ORM.

Features include:

  • Reflects on database columns to generate accessors for the data models.

  • Queries return relation objects that facilitate the lazy loading of results - minimizing actual calls to the database.

  • Implements model associations including: has_many, belongs_to, and has_one_through.

  • Implements Relation#include by storing the results of a query in a closure, and using send and define_method to build a method on the original model that accesses the closure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages