Re: [Rails] Creating ToDo List App

2012-08-08 Thread Colin Law
On 8 August 2012 07:29, Emeka Patrick wrote: > Hi, > > New Rails user here trying to create a basic todolist app in rails 3.2.6 > and running into some foreign key issues. Here's what I did... > > I generated scaffolds > > list title:string & task description:text listname:string > > Next, in orde

[Rails] Creating ToDo List App

2012-08-07 Thread Emeka Patrick
Hi, New Rails user here trying to create a basic todolist app in rails 3.2.6 and running into some foreign key issues. Here's what I did... I generated scaffolds list title:string & task description:text listname:string Next, in order to link the listname for Tasks and the list titles in the Li