An open API service indexing awesome lists of open source software.

https://github.com/talaatmagdyx/active-record-lite

How to build Active Record Lite.
https://github.com/talaatmagdyx/active-record-lite

activerecord ruby ruby-application

Last synced: 6 days ago
JSON representation

How to build Active Record Lite.

Awesome Lists containing this project

README

          

# Active Record Lite

I Play with *Bulid My Active Record Lite*

- [x] Phase 0: Implement my_attr_accessor
- [x] Phase I: `SQLObject:` Overview
- [x] Phase Ia: `::table_name` and `::table_name=`
- [x] Phase Ib: Listing Columns
- [x] Phase Ic: Getters and Setters
- [x] Phase Id: #initialize
- [x] Phase Ie: `::all`, `::parse_all`
- [x] Phase If: `::find`
- [x] Phase Ig: `#insert`
- [x] Phase Ih: #update
- [x] Phase Ii: #save
- [x] Phase II: Searchable
- [ ] Phase III: Associatable
- [ ] Phase IIIa: AssocOptions
- [ ] Phase IIIb: belongs_to, has_many
- [ ] Phase IV: has_one_through
- [ ] Phase IVa: storing AssocOptions
- [ ] Part IVb: writing has_one_through