I want a plugin to display the data from my table ''task'' like a graph. My table ''task'' is create_table :taches do |t| t.string :nom t.integer :src_id # id source of task t.integer :dst_id # id destination of task t.timestamps end I do not know where to look, can you tell me web links Thanks Attachments: http://www.ruby-forum.com/attachment/5534/sample.JPG -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Ziburu Debian wrote in post #967645:> I want a plugin to display the data from my table ''task'' like a graph. > My table ''task'' is > create_table :taches do |t| > t.string :nom > t.integer :src_id # id source of task > t.integer :dst_id # id destination of task t.timestamps > end > I do not know where to look, can you tell me web linkshttp://lmgtfy.com?q=rails+graph> > ThanksBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Dec 10, 2010, at 9:45 AM, Marnen Laibow-Koser wrote:> http://lmgtfy.com?q=arbitrary+queryLove it - thanks :) -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.