I'm having the following problem, set up my nginx tag with the gem passenger , for my application > ruby-on-rails , using Oracle database ( instant client ), at first everything is set correctly, however when I go to the address of my server, error:
ERROR: ActiveRecord oracle_enhanced adapter could not load ruby-oci8 library. Please install ruby-oci8 gem. (LoadError)
.
.
.
My ruby-oci8 gem is installed, when I run on the rails server, it works normally.
Any tips?