Fix handling of permalinks with periods in them (wincent.dev, 1a848c1)

Rails considers periods to be a route separator, which I think is very unfortunate. Fortunately, you can use the :requirements option in the routes file to override this on a per-resource basis. This means that wiki articles with periods in the title will work, as will tags.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Finish off (wiki) articles controller (wincent.dev, e27c63a)
Drop Revisions model (wincent.dev, b6312eb) →

All snippets