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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -