I'm working with Rails 3.0.0.beta4 and found a spot where the input
controls in the form disappeared. The code was using the old-style
block notation (<% rather than <%=) with fields_for in a deeply nested
form. So, a fields_for was nested within another fields_for. There was
no depreciation warning in the server output.

I suspect this might be a "won't fix" but I could log it in Lighthouse
anyway. Recommendations?

Also, what's the official policy (if there is one) on what deprecated
means? In my experience, sometimes depreciated rails code still works
but you get a warning. Other times, I've seen it where the code
doesn't work anymore and still you get a warning, which seems more
like "unsupported" at that point.

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to