Each time a user accesses a page in my Rails app, the database needs to send them a Thingy. When the database runs out of Thingies, it has to do some expensive processing to generate more. I want to add a controller filter dynamically to generate the thingies Each time a user accesses a page in my Rails ap