Rails 2.3 Nested Object Forms: I’m not Crazy about Them

February 24th, 2009 by John Trupiano

I’m a couple of weeks late, but I just finished reviewing Rails 2.3 Nested Object Forms. While a very nice and “magical” feature, I’ve got to admit that I’m really not that crazy about how it works.

Let me be the first to admit that there’s no one right way to do things. In fact, I’m writing this post particularly because I have a few objections to how this functionality is ultimately exposed, and I’d like to hear arguments from those who disagree. In other words, let me acknowledge the possibility that I am the misguided one.

Read the rest of this entry »

Using ActiveRecord’s to_xml to produce custom xml including deep level associations

September 10th, 2008 by Glenn Gentzke