What do I need to install to run Ruby on Rails using Oracle Database?
The minimum installation for an RoR Web application that integrates with Oracle Database must include the following: • Oracle SQL*Plus or Oracle Instant Client software • Ruby • Gem • OCI8 • Rails The Rails installation includes an application server sufficient for development and small implementations (WEBrick – for WEB server toolkit). You can use your favorite text editor to edit source code files associated with your Web application.