Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 894 Bytes

README.textile

File metadata and controls

27 lines (15 loc) · 894 Bytes

Security in Web Applications Slides

This is the source code for a slide deck used in a 2-hour presentation on Ruby on Rails. The presentation includes an introduction to the Ruby programming language.

Build Instructions

Prerequisites

You will need Ruby, Rake and the codex Ruby gem to build this deck.

Building the Deck

Issue the following command in the presentation’s root directory. The presentation’s entry point is html/all.html.


rake all

Contributions

All errata is welcome, especially in the form of patches.

Codex and S5

The deck is built using Dave Thomas’ codex slide compile, which in turn uses Eric Meyer’s S5 slideshow renderer.

The best introduction to codex is the default slide deck generated by its “codex” command.