How to improve rails helpers

Hey boys, just wanted to let you know I published a post about
ActiveHelper [1] , a framework I released earlier this week to clean-
up helpers and put them back to classes using delegation and
inheritance.

The post [2] studies briefly how rails’ own helpers could be cleaned
up with ActiveHelper. Consider it as an RFC, i’m waiting for comments,
critics, proposals etc as I really wanna improve rails (although i
keep grumbling 'bout it :wink:

cheers,

nick

[1] GitHub - apotonick/active_helper: Finally - helpers with proper encapsulation, delegation, interfaces and inheritance!
[2] http://apotomo.de/2010/04/making-a-rails-helper-predictable/

On Apr 1, 8:09 am, Nick S. [email protected] wrote:

Hey boys, just wanted to let you know I published a post about
ActiveHelper [1] , a framework I released earlier this week to clean-
up helpers and put them back to classes using delegation and
inheritance.

Ugh, I could have really used this 48 hours ago :slight_smile: Thanks and Kudos.