Random Rails tip #1: Don't use a partial named "flash" (well: "_flash.rhtml" to be specific) if you don't want to be flooded with deprecation warnings.
Rails auto-magically creates an instance of @flash for you. This triggers an avalanche of warnings for you in your functional tests :P
No comments:
Post a Comment