This document summarizes a presentation about using the HBase database with Ruby on Rails applications. HBase is a distributed, column-oriented database that is well-suited for large datasets and integrates with Hadoop. The presentation covers what HBase is, its tradeoffs compared to relational databases, when it may be a good or bad fit, and examples of using HBase with Rails through libraries like hbase-stargate and MassiveRecord. It also includes a demo of running JRuby scripts against HBase and building a Rails frontend.