I have an older database Oracle RDB. I used ODBC on Windows with .net, but I’m not sure how to proceed on RoR on a Mac OS X server. I don’t know how I do it on Windows either with RoR.
I was hoping for general direction.
EDIT: I searched for activerecord and rdb but have nto found it yet. I saw references to rdb$database and so on in code for firebird but that’s it.
How old? because there are some resources for Rails and Oracle, like this
http://www.oracle.com/technology/pub/articles/haefel-oracle-ruby.html
or maybe you could try with JRuby and JDBC, it’s super easy, you have to copy the oracle jdbc jar file in the jruby/lib folder, and then in the rails project setup your database (config/database.yml) like this