I am wondering if there is any plugins or gems that could help me to display a family tree using the rails framework. For example I have a database with father mother relationships on every person and would like some help on how to graphically display a family tree. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Tim Dunn wrote:> I am wondering if there is any plugins or gems that could help me to > display a family tree using the rails framework. For example I have a > database with father mother relationships on every person and would like > some help on how to graphically display a family tree.Google for [rails mindmap]. The roadblock will be a family tree must be scrollable and collapsible. Otherwise you overwhelm your user with info! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Phlip wrote:> Tim Dunn wrote: >> I am wondering if there is any plugins or gems that could help me to >> display a family tree using the rails framework. For example I have a >> database with father mother relationships on every person and would like >> some help on how to graphically display a family tree. > > Google for [rails mindmap]. > > The roadblock will be a family tree must be scrollable and collapsible. > Otherwise you overwhelm your user with info!Thanks that looks pretty promising! I am wondering how to go about using my data to do it and how to implement it into my application. Sorry I am new to these plugin things. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---