views:

56

answers:

1

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

+2  A: 

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

Petros