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
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 links
Thanks
Best,
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
Sent from my iPhone
On Dec 10, 2010, at 9:45 AM, Marnen Laibow-Koser wrote:
LMGTFY - Let Me Google That For You
Love it - thanks 