This document discusses using Ruby and Ruby on Rails (RoR) as a supplement to Oracle Application Express (Apex). It provides an overview of why a supplement may be needed, why Ruby and Rails were chosen, and how ActiveRecord in Rails simplifies database access through object mapping. Key points covered include conventions over configuration in Rails, the anatomy of Rails including ActiveRecord, and examples of ActiveRecord usage with database configuration through YAML files rather than direct connection hashes.