Have you ever wanted to write a controller before or after filter in Ruby on Rails? It sure would be nice to be able to do it by passing a append a parameter array to the filter declaration, as you would do, for example, to the ssl_required declaration when using…