Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I access an Interbase (.IB) database using RubyOnRails?

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

like image 785
Daniel Cukier Avatar asked Oct 04 '09 13:10

Daniel Cukier


1 Answers

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

like image 185
Petros Avatar answered Oct 18 '22 10:10

Petros