I wish people in the Rails (and Django) community would release modules instead of blog posts. A plugin is easy to maintain. Code that you cut-n-paste from teh intartubes is a nightmare to maintain. If you want to write literate code and make it a blog post, that's fine, but please make the actual meat available in a machine readable form (so the computer can manage updates, instead of you googling for a fix).<p>Also, they need some sort of solution to the monkey patching problem. Perhaps emacs-style hooks.<p>It's hard to call something an "enterprise solution" when it's a bunch of code cut-n-paste from blogs, mixed in with possibly-conflicting modifications to the core.