> Or I'll just set up the view component as I did in Rails 2.2. At least
> I don't have to add setters to the model and Rails 2.3 manages that
> automatically.
When Rails 2.3 got released, the first thing I didn't was try to migrate 
my former nested form integration to Rails' builtin system, but it 
failed, so I reverted back.

If you are concerned with the 15 loc added to the model for the 
new_whatever_attribute= and so on, well actually using metaprogramming, 
you easily extract this into a plugin and share the code between various 
models. I think I will follow this path instead of using rails' builtin 
nested form support.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to