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
  • 106,965
  • 23
  • 235
  • 261
Daniel Cukier
  • 11,502
  • 15
  • 68
  • 123

1 Answers1

4

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

Petros
  • 8,862
  • 3
  • 39
  • 38