Sha256: 6f5265c955a6b15957acc5490006d4dcbef92fbc2ff0b0ccdc7a6427b9c03070
Contents?: true
Size: 1.01 KB
Versions: 182
Compression:
Stored size: 1.01 KB
Contents
# DB2 9.7 # # Home Page # http://rubyforge.org/projects/rubyibm/ # # To install the ibm_db gem: # On Linux: # $ sudo -s # $ . /home/db2inst1/sqllib/db2profile # $ export IBM_DB_LIB=/opt/ibm/db2/V9.7/lib # $ export IBM_DB_INCLUDE=/opt/ibm/db2/V9.7/include # $ gem install ibm_db # # On Windows: # Issue the command: gem install ibm_db # If prompted, select the mswin32 option # # For more details on the installation and the available connection parameters refer to: # http://rubyforge.org/docman/?group_id=2361 development: adapter: ibm_db database: <%= app_name[0,4] %>_dev username: db2inst1 password: # Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. # Do not set this db to the same as development or production. test: adapter: ibm_db database: <%= app_name[0,4] %>_tst username: db2inst1 password: production: adapter: ibm_db database: <%= app_name[0,4] %>_prd username: db2inst1 password:
Version data entries
182 entries across 182 versions & 1 rubygems