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

apache - Cloudflare bug random 302 redirections -

java - Sql binding in Spring throws org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException -