We needed a better example for http://stackoverflow.com/questions/6267059/make-all-actionviewer-helper-methods-available-in-a-module/6271730#6271730
Other Resources on using helpers outside of ActionView:
http://drawohara.com/post/24582894/rails-un-suckass-ing-actionview-helpers-in-the-name
The other approach to this task is to use helpers for just the view oriented portions, and Presenters which are tied to them heavily. http://gilesbowkett.blogspot.com/2007/10/my-version-of-rails-presenters.html http://blog.new-bamboo.co.uk/2007/8/31/presenters-conductors-on-rails