Appendix B. Quick Reference

The whole purpose of this book has been to get you up and running quickly with Ruby on Rails. You’ve learned how the core pieces of Rails work and how to use Rails to build a basic web application. Rails contains more features and capabilities than can be covered in a quick-start book like this. This appendix contains a concise list of the features of Rails with links to more information.

Substantial parts of this quick reference are taken from “What Is Ruby on Rails” by Curt Hibbs,[5] the “InVisible Ruby On Rails Reference 1.1.2” by InVisible GmbHd,[6] and the official Ruby on Rails API documentation (http://api.rubyonrails.com). This appendix is released under the Creative Commons license (http://creativecommons.org/licenses/by-sa/2.5/) and can be downloaded from this book’s website: http://www.oreilly.com/catalog/9780596522001.

General

Documentation

API for local installation

gem_server

http://localhost:8088/

Official Rails API

http://api.rubyonrails.com

Searchable Rails API

http://rails.outertrack.com

http://railshelp.com

Ruby documentation

http://ruby-doc.org

Excellent multi-API documentation

Includes Ruby, Ruby on Rails, HTML, CSS, JavaScript, DOM, and more: http://www.gotapi.com

Supported Web Servers

Mongrel
Lighttpd
nginx
Apache
MS IIS
WEBrick

Learn more: http://wiki.rubyonrails.org/rails/pages/FAQ#webservers

Supported Databases

DB2
Firebird
Informix
MySQL
Oracle
PostgreSQL
SQLite
SQL Server
SybaseASA

New drivers are under development, too.

Learn more: http://wiki.rubyonrails.org/rails/pages/DatabaseDrivers ...

Get Rails: Up and Running, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.