1

I am unable to find step by step instructions on this topic. I want a Rails 5.x app to be able to connect to an Oracle Database.

I know that there are adapters out there, but I want to start from a default Rails 5 app and connect to a Oracle Database and query the database.

If there is not a viable ActiveRecord way, I will accept a Sequel (the ruby ORM Gem) based answer.

Please explain each step.

1 Answers1

4

Look at "Ruby on Rails on Oracle: A Simple Tutorial or "How to configure Ruby on Rails with Oracle?".

the Tin Man
  • 158,662
  • 42
  • 215
  • 303
dendomenko
  • 436
  • 1
  • 3
  • 16