[LRUG] Exception notifier and bots

Pratik Naik pratik at thinkwares.com
Thu Jul 31 07:10:53 PDT 2008


> About the barfing, only TamperedWithCookie and InvalidAuthenticityToken are
> the ones we can live with or even be happy about, still they are annoying.
>
> Anyone having a solution for the cookies?
>
application.rb

rescue_from Whatever::TamperedWithCookie, Whatever::InvalidAuthenticityToken do
  render :nothing => true, :status => 404
end

-- 
http://m.onkey.org



More information about the Chat mailing list