What Are Filters? Technology Community › Category: Ruby on Rails › What Are Filters? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Filters are methods that run “before”, “after” or “around” a controller action. Filters are inherited, so if you set a filter on ApplicationController, it will be run on every controller in your application.