I was also asking because I don't seem to have any error messages on the model object right now... (didn't verify it by checking rails code yet, busy with other stuff)
I have found this ticket which explains some of it, I consider my question answered :-) https://rails.lighthouseapp.com/projects/8994/tickets/1484-deprecate-error_messages_for On Apr 12, 5:18 pm, Mislav Marohnić <[email protected]> wrote: > If you are talking about view helpers that generate HTML for forms and > validation errors, to me it's pretty obvious why they were removed: they > were like dynamic scaffold in old versions of rails — one magic method, lots > of magic output, no way to easily see and customize what's going on. You > could be using these methods for a limited time, but if you at one point > decided you want something slighty more different, you'd have to ditch these > helpers and recreate the complete HTML yourself, which could lead to > frustration (small change => lots of work => sad face). > > Generators are much better. The code is right in front of you, it teaches > you, you can edit it or remove it with one swift keystroke. I'm not sure if > the functionality removed recently is available in generator form, though. > No big loss if it isn't. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en.
