Archive for October 19th, 2007

ActionView is Not Beautiful

October 19th, 2007

From Making Rails Better - ActionView Needs a Makeover:

the internals of ActionView are ugly.

I think so very strongly. View-layer of Ruby on Rails depends on ERB tightly. Rails provides API for other template engine, but it is too poor to make other template engine to be the same position in Rails as ERB.