Hi!  I'm exploring whether or not to move to Rails, and the solution to the
following problem would be a big step in the right direction for me:

Suppose that object A has many of object B, and object B has some attribute
c, and that my Rails app has models that hold these associations.

Can Rails then help me to produce an edit form for object A that includes a
list of all the related object B's, and allows me to edit each of their
attribute c's directly (ie not by simply providing a link to a seperate
edit form for each of the object B's)

I've made this happen using PHP/MySql - I'm hoping that Rails can do it 10
times faster!
-- 
Robert Jones