Skip to content

Latest commit

 

History

History
executable file
·
5 lines (4 loc) · 373 Bytes

README.md

File metadata and controls

executable file
·
5 lines (4 loc) · 373 Bytes

This is a reimplementation of ActiveRecord, a part of Ruby on Rails governing interaction with a remote database.

It includes implementations of several ActiveRecord::Base features, including mass assignment (as governed by attr_accessible) and object-oriented database interaction (including #find, #create, #update, #save, and #where methods, as well as associations).