Re: [Rails] Beginner issue - databases reference

2011-09-21 Thread Hassan Schroeder
On Wed, Sep 21, 2011 at 3:39 PM, Justin D. wrote: > I don't know how to link the two databases and what command I need to > use to generate the scheme... Could you help me? Does this actually have anything to do with Rails? If so, have you gone through any tutorials, particularly ones focused o

[Rails] Beginner issue - databases reference

2011-09-21 Thread Justin D.
Hi, I have teo databases. One is called products, the other categories. Basically, I have products and they are linked to a category. Scheme : products : name:string category:references (?) comments:text categories : name:string place_to_recycle_product:string comments:text I don't know how