Before you can develop Ruby on Rails applications
for IBM® Database servers, you
must set up the Rails environment with an IBM data server client.
Procedure
To set up the Ruby on Rails environment with an IBM data server client:
- Download and install the DB2® or IBM Informix® database software from http://www.ibm.com/software/data/servers/.
- Download and install the latest version of Ruby from http://www.ruby-lang.org/en/downloads/.
- Install the Rails gem and its dependencies by issuing the
following gem installation command:
gem install rails --include-dependencies
What to do next
You are now ready to install the IBM_DB Ruby driver
and Rails adapter as a gem.