This repo contains both slides and example code for my master class at RubyC.
The slides are in ./talk. Bundle up and run them with:
bundle exec showoff serve
The example app is in ./todos. Bundle up and run it with
bundle exec rails server
Or run the tests with
bundle exec rspec spec