It seems to me that you need to write your own method (for example all_helpers) to get characters ( :foo) or module names ( FooHelper) for all your helpers (perhaps through file system calls to app/helpers), and then allow the exception list to be passed to the method. Then call it something like:
helper all_helpers(:exclude => :bar)
Rails 'ActionController::Helpers#all_application_helpers , .