Configure Ruby for SAP HANA

Use RubyGems to to install SAP HANA for Ruby.

Procedure

  1. Install the native Ruby driver (the hanaclient Ruby gem) from the main /hdbclient installation directory:
    cd ruby/hanaclient
    gem install hanaclient
  2. Optionally, install the ActiveRecordAdapter from the main /hdbclient installation directory:
    cd ruby/activerecord-hana-client-adapter
    gem install activerecord-hanaclient-adapter