David Jacobs

Results 13 comments of David Jacobs

What if you dynamically created an article index file (YAML or something) via the `rake publish` command? (Or earlier via some sort of a `rake index` command.) This file would...

Thanks for the reply. I think the extra complexity could be worth the effort, and I'm willing to put that effort in. Specifically, making these changes will allow me to...

I get the following when I try to use `go "/error/404"` (which I can navigate to directly, so I know my page works): ``` NoMethodError at /2010/04/01/this-is-a-test4 undefined method 'go'...