Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Pklong/gisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gisa

Description

Gisa is a project I built to learn more about ORMs and ActiveRecord.

Each file in lib/ corresponds to a piece of ActiveRecord:

  • Sql_object represents ActiveRecord::Base
  • Searchable handles the SQL queries, such as ::where
  • Associatable creates ActiveRecord Associations, including belongs_to, has_many and has_one_through

To Do

  • Expand Searchable
  • Integrate with Geralf

About

Project to better understand Rails' ORM: ActiveRecord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages