Skip to content

jdpopkin/ActiveRecordLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Builds a stripped-down version of Rails' ActiveRecord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages