Skip to content

linhbui/active_record_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Active Record Lite!

================== Features Tools used

active_record_lite

Rebuilding active record Features:

  • attr_accessor
  • SQL objects: ::all, ::find, ::where, #insert, #update, #save, ::table_name, ::table_name=, ::columns
  • belongs_to, has_many, has_many_through, has_one_through

Topics:

  • Database Migration
  • Metaprogramming: define_method
  • send

About

Rebuild Rails's Active Record

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages