[Rails-core] Re: Custom Array-like object for partial

2009-04-18 Thread Yehuda Katz
The current plan is to completely remove all AR-specific code from the partial rendering. ActionORM is the first attempt to make that work, and it's still in progress. Something like Mislav's solution will probably work. -- Yehuda On Fri, Apr 17, 2009 at 11:41 AM, Mislav Marohnić

[Rails-core] Re: exceptions while in views

2009-04-18 Thread Yehuda Katz
+1 -- Yehuda On Wed, Apr 15, 2009 at 7:58 AM, Mislav Marohnić mislav.maroh...@gmail.comwrote: On Tue, Apr 14, 2009 at 13:37, pedz pedz...@gmail.com wrote: But since the exception happens in a view, it is wrapped by an ActionView::TemplateError so the rescue_with_handler does not find my