Recently when setting up this blog using Feather, a new blog app written with Merb, I started getting the following error when hitting the home page:
undefined method `empty?’ for nil:NilClass
Turns out there is a bug is merb-cache (part of merb-more) that is causing the problem. It’s patched in wycatz’ branch so pull down his latest version and get blogging!
Special thanks to my buddy Peter to figuring this one out.