Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[POC] rails attribute for ancestor_ids #481

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2020

  1. child_ancestry_str

    extract the % string.
    this is materialized path only, but it is nice to distinguish
    between my child, and my descendants
    kbrock committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    7c59bb5 View commit details
    Browse the repository at this point in the history
  2. use serialize for ancestry

    ancestry is now an array
    
    ancestor_ids are going to merge with ancestry
    kbrock committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    57bf430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79a79bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac13415 View commit details
    Browse the repository at this point in the history
  5. slow removing ancestor(y) references

    goal is to have all methods relative to ancestor_ids
    
    if possible names will contain ancestor_ids
    
    then, we may be able to configure this to have multiple parents
    kbrock committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    ecdf320 View commit details
    Browse the repository at this point in the history