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

ruby - How do I merge two hashes into a hash of arrays? -

java - the value of local variable is not used -