1
I’m having the following problem, I set up mine Nginx with the Gem Passenger, for my application ruby-on-Rails, using Oracle database (Instant client), everything is configured correctly at first, but when I access the address of my server, the following error occurs:
ERROR: ActiveRecord oracle_enhanced adapter could not load ruby-oci8 library. Please install ruby-oci8 gem. (LoadError)
.
.
.
My Gem ruby-oci8 is installed, when I run on Rails server, it works normally.
Any hint?
At first the Gem is not visible from the context of the application. It can be anything, very difficult to say without having many details.
– Guilherme Bernal