Snippet #629
Adding a new resource in Rails is dead easy, but even the simplest resource takes time when you start adding things like commentability, taggability, searchability, page-caching (and sweeping), and the supporting specs. This, even with relatively easy-to-reuse modular components.