0

any one have any idea how can i use TNS file that are stored in oracle and have many database information to connect through my ruby test ? i want every time to connect to different data source. please help

Dhussein
  • 29
  • 1
  • 5

1 Answers1

1

It's quite easy to connect to multiple databases using rails. All that you need is to create settings files and create appropriate models. More detailed it described there Connecting Rails 3.1 with Multiple Databases

Community
  • 1
  • 1
MikeZ
  • 485
  • 4
  • 13