I have a database in Interbase, and I want to access it directly from my Rails application using ActiveRecord. How can i do this?
There is a gem called activerecord-interbase-adapter , although I have not used it.