Connect Another Database

Hi All,

I’m trying to connect another database using rails

I made changes in database.yml file

I succeed in that but with same table name,

I’m having two issues regarding that:

  1. How to connect the specific table of another database (suppose table
    name is Arthur and it is in database2, I’m working in database1)

  2. How to connect database without making changes in database.yml file.

Any feedback appreciated,
Thanks
Saurabh

2009/4/6 Saurabh P. [email protected]:

  1. How to connect the specific table of another database (suppose table
    name is Arthur and it is in database2, I’m working in database1)

  2. How to connect database without making changes in database.yml file.

Hi, you should ask in a RubyOnRails maillist better than here (a pure
Ruby maillist).
However, Google shows lot of documentation about what you need:
rails two databases - Google Search