maintainable_templates
maintainable_templates copied to clipboard
Slides from my Rails Conf 2013 talk on maintainable templates
trafficstars
Maintainable Templates
This repo contains the slides from a talk I gave at Rails Conf 2013 in Portland, OR.
Recommended Reading
- The Rails View (book)
- Presentation Model (article)
- The Exibit Pattern from Objects on Rails (book, free)
- Presenter Pattern (article)
Seeing the slides
The slides are just a Markdown file processed with Slyde, a presentation tool written in Ruby. To see the slides as they were presented you can run:
$ bundle && rackup
Otherwise you can just view the Markdown file.