From: Ryan Allen <r...@yeahnah.org>
Date: Sun, 10 Feb 2008 18:01:51 -0800 (PST)
Local: Mon, Feb 11 2008 1:01 pm
Subject: Change in ActionController's filter API (cross-posted to Oceania list)
People,
I'm not sure if this is very widely known, but 4 months DHH changed
It is imperative that if you're using this method of filter chain
before_filter :stop_nasty_buggers
def stop_nasty_buggers
now becomes:
before_filter :stop_nasty_buggers
def stop_nasty_buggers
Returning false don't to jack no more. Note that redirecting and
There's no mention of this deprecation on the Rails website [3], no
Was this announced anywhere (besides the ActionPack CHANGELOG) or do I
Ryan.
P.S. if you were good boys and girls and had tests for your filters
[1] http://dev.rubyonrails.org/changeset/7984
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||