6

I have a database in Interbase and I want to access it directly from my Rails app using ActiveRecord. How can I do it?

Ryan Bigg
  • 102,687
  • 22
  • 224
  • 252
Daniel Cukier
  • 10,639
  • 12
  • 61
  • 115

1 Answers1

4

There is a gem called activerecord-interbase-adapter although I haven't used it.

Petros
  • 8,324
  • 3
  • 33
  • 35