Often times I see something like some_file_bak or image.jpg.old in a repository. Renaming the original to a new file name only makes things more confusing because now the _bak file has no history. Trust you code control and use it as it is intended.
Merb 0.9.3 and Feather Error: undefined method `empty?' for nilNilClass
Posted by Brad Feeley
on May 08, 08
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:
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.
undefined method `empty?' for nil:NilClassTurns 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.