[Rails-core] Moving ticket #4735 forward

2006-05-01 Thread Charles Dupont
I submitted a patch to make the ActionView::Helpers::FormHelper#radio_button method respect the :index option when it creates the html tag "id" attribute value. What I should do to move this ticket forward? Thank you Charles Dupont ___

Re: [Rails-core] Rails 1.1 is coming

2006-03-13 Thread Charles Dupont
he nasty bugs. -- Cheers Koz ___ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core -- Charles Dupont Computer System Analyst School of Medicine Department of Biostatis

Re: [Rails-core] Question about ActiveRecord#attributes=

2005-11-29 Thread Charles Dupont
Charles Dupont wrote: Problem: params = {:name => 'bob', :sitter => 'dog', children => 'foo'} correction: params = {:name => 'bob', :sitter => 'dog', :children => 'foo'} ActiveRecord model 'FooBar' w

[Rails-core] Question about ActiveRecord#attributes=

2005-11-29 Thread Charles Dupont
at method 'children=' does not exist for class FooBar. I think it would make more sense if the items in the hash with keys that are not attributes of the model should be dropped without an error. I have a solution for this but I wanted to make sure that this is incorrect behavior for