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

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

+6
database ruby-on-rails interbase
source share
1 answer

There is a gem called activerecord-interbase-adapter , although I have not used it.

+4
source share

All Articles