ruby on rails - How to ignore routing error with wrong verb -


i have few post actions. there stupid crawlers trying ping actions, resulting in "no route matches [get]" errors.

there of them, , of them purely noise. how can make kind of error messages ignored.

i used use exception_notification gem, , use rollbar gem. amount of these kind of trash error message floods error monitoring (either lots of messages, or error api calls).


Comments

Popular posts from this blog

frame rate - JAVA simple fps animation(how can i work with?) -

Regex find and replace between <div class="customclass"> and </div> tag -