I think it should raise. If you're calling render partial collection with nil, there's a problem.. an empty collection ([]) should not render anything, but nil should raise. Kev
On 3/30/06, Francois Beausoleil <[EMAIL PROTECTED]> wrote: > Hi ! > > Quick question: what should ActionView::Base do when render(:partial > => '', :collection => nil) is called ? > > 1. Don't render anything > 2. Render once (current behavior, breaks some views) > 3. Raise something > > I'm inclined to think #1 is the best. What do you people think ? > > Bye ! > -- > François Beausoleil > http://blog.teksol.info/ > > _______________________________________________ > Rails-core mailing list > [email protected] > http://lists.rubyonrails.org/mailman/listinfo/rails-core > > > _______________________________________________ Rails-core mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-core
