Pklong / gisa

Project to better understand Rails' ORM: ActiveRecord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 100.0%