Skip to content

Using Active Record without Rails, with associations that aren't always straightforward

Notifications You must be signed in to change notification settings

epicodus/family_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Family tree

This is a command-line app to track a family tree. It's an exercise in using Active Record without Rails, and playing around with associations that aren't always straightforward.

So far, the only functionality that's been implemented is tracking which people are married to each other.

Future features:

  • Tracking children
  • Reporting parents
  • Reporting siblings, cousins, uncles/aunts, etc.
  • Tracking divorces

About

Using Active Record without Rails, with associations that aren't always straightforward

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages