<div dir="ltr">Hello,<br><br>I've got a tiny app with a tiny signup form which is attracting spam like hungry zombies to Brainsfest 2008 "All The Cerebellum You Can Knaw" Day.<br><br>At the moment, the spam is... naive... so identifying it is not the issue.<br>
<br>What I'd like the list's advice on is what to render on spam submission, and how to implement it.<br><br>- normal model validation, non-model spam? accessor, custom ActiveController::SpammyMiscreant exception caught in the controller, ...? <br>
- render http status 500, 404, 200 or something else?<br>- if 200, render nothing, a normal form error message, or something else?<br><br>How do you do it and why?<br><br>Cheers,<br>Dave<br>
</div>