[Rails-core] Re: slow components?

2007-05-23 Thread Steven A Bristol
There was a presentation at RejectConf about something similar: The ability to encapsulate partial logic in a controller method to get all the DRY goodness without the need for components. I think it was done by someone in the NY group, but I am not sure. Does anyone remember who did this? It migh

[Rails-core] Re: slow components?

2007-05-23 Thread ara.t.howard
On May 22, 2007, at 10:50 PM, Michael Koziarski wrote: > > Stefan kaes would be the guy to talk to about this. > > While performance is / was a concern, it was not a reason for our lack > of enthusiasm for component based web development. So a solution to > any performance issues is unlikely to

[Rails-core] Re: slow components?

2007-05-23 Thread ara.t.howard
On May 22, 2007, at 10:50 PM, Michael Koziarski wrote: > > Stefan kaes would be the guy to talk to about this. > > While performance is / was a concern, it was not a reason for our lack > of enthusiasm for component based web development. So a solution to > any performance issues is unlikely to

[Rails-core] Re: slow components?

2007-05-22 Thread Michael Koziarski
Stefan kaes would be the guy to talk to about this. While performance is / was a concern, it was not a reason for our lack of enthusiasm for component based web development. So a solution to any performance issues is unlikely to improve the perception of render_component in many people's eyes. O