You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActiveRecordLite is a guided attempt to rebuild some of the functionality of ActiveRecord from the ground up.
The highest-priority functionality was to model the association utilities of ActiveRecord.
About
A homegrown version of Rails' ActiveRecord interface. Limited functionality, learning project to better understand SQL, Rails and ActiveRecord. Built as part of App Academy NY's curriculum.