Re: [Rails] Re: how to connect a form field to a table from another database?

2011-05-17 Thread Mauro
On 17 May 2011 18:30, Paulo Muggler Moreira wrote: > The way I understand it, Mauro has his models stored in different databases, > i.e., his rails app is running on one DB server (SQLite/PostgreSQL/X) and he > wants to fetch data on another DB server (Oracle), is that so? Yes it is, thank you fo

Re: [Rails] Re: how to connect a form field to a table from another database?

2011-05-17 Thread Paulo Muggler Moreira
The way I understand it, Mauro has his models stored in different databases, i.e., his rails app is running on one DB server (SQLite/PostgreSQL/X) and he wants to fetch data on another DB server (Oracle), is that so? In that case, it would do good to look here: http://api.rubyonrails.org/classes/A

Re: [Rails] Re: how to connect a form field to a table from another database?

2011-05-16 Thread Bryan Crossland
Sent from my iPhone On May 16, 2011, at 3:27 AM, Mauro wrote: > On 14 May 2011 14:09, Bryan Crossland wrote: >> Sent from my iPhone >> On May 13, 2011, at 3:31 PM, Mauro wrote: >> >> On 12 May 2011 17:13, Mauro wrote: >> >> I have a form with some fields. >> >> In one of these ones the use

Re: [Rails] Re: how to connect a form field to a table from another database?

2011-05-16 Thread Mauro
On 14 May 2011 14:09, Bryan Crossland wrote: > Sent from my iPhone > On May 13, 2011, at 3:31 PM, Mauro wrote: > > On 12 May 2011 17:13, Mauro wrote: > > I have a form with some fields. > > In one of these ones the user can put data of type address, like > > "example street" and so on. > > I wan

Re: [Rails] Re: how to connect a form field to a table from another database?

2011-05-14 Thread Bryan Crossland
Sent from my iPhone On May 13, 2011, at 3:31 PM, Mauro wrote: > On 12 May 2011 17:13, Mauro wrote: >> I have a form with some fields. >> In one of these ones the user can put data of type address, like >> "example street" and so on. >> I want that the user can select from a list of streets but

[Rails] Re: how to connect a form field to a table from another database?

2011-05-13 Thread Mauro
On 12 May 2011 17:13, Mauro wrote: > I have a form with some fields. > In one of these ones the user can put data of type address, like > "example street" and so on. > I want that the user can select from a list of streets but these > streets are in a table from a Oracle database. > I can connect