Vasilis Kalligas | About me
How to get all helpers in a Rails application

I recently started a new project that would enable its users to produce as many unit (Rspec) tests as possible through some automated commands (a ruby gem called SpecProducer) for every kind of known resources (views, controllers, routes etc). What I actually wanted to achieve was to produce a list of pending tests for each helper added by the project’s developer (aka not built-in helpers, only custom ones). I came to see that it was quite difficult (at least to me) to get a list of all helpers and for each helper the list of its methods, so I thought it might be useful to someone and added it in this small tip-post.