[Rails-core] :id handling in render_component

2006-04-11 Thread Xavier Noria
The current implementation of render_component handles :id as a special parameter (newlines edited for email): # after r3563 (options[:params] || {}).with_indifferent_access.regular_update( "controller" => controller_name, "action" => options[:action], "id" => options[:id]) I notic

Re: [Rails-core] New version of AWS aggregated patch

2006-04-11 Thread leon breedt
On 3/1/06, Kent Sibilev <[EMAIL PROTECTED]> wrote: > I've attached a new version of AWS patch. It 'partially' fixes 1889, > meaning that it allows embedding ActiveRecord objects inside of > AWS::Structs. > > So far this patch fixes: 2553, 3421, 2078, 2390, 2633, 2769, 3055, > 3576, 3321, 1889, 3567