Got it working, it was my mistake. On Tue, Oct 28, 2008 at 11:40 PM, MeeWah Tam <[EMAIL PROTECTED]> wrote:
> Hello All, > Have anyone gotten the "error_messages_for :user" working in your view? It > seems to have problem. > > http://rails.lighthouseapp.com/projects/8994/tickets/1280-error_messages_for-doesnt-html-escape-its-messages > > Thanks. > > > On Tue, Oct 28, 2008 at 11:23 PM, Pietro Maggi <[EMAIL PROTECTED]>wrote: > >> >> On Wed, Oct 29, 2008 at 12:39 AM, raul parolari <[EMAIL PROTECTED]> >> wrote: >> > >> [snip] >> > In any case, I don't understand the final comment when you say that you >> are >> > stuck. Let me know what the problem is, so that I can help >> > >> Hi Raul, >> I'm a bit short of time and this can only have bad result on my English >> ;-) >> But, what I was referring to with the "I'm stuck" comment was due to a >> misunderstanding I have with the validation parameter ":on=>:create". >> Initially I thought that this can instruct the AR to validate the >> object on the Creation: >> user = User.new() <--- this call validation with ":on=>:create" >> user.save <-- this call validation with default or ":on=>:save" >> >> well... obviously I was wrong, but it takes me some time to understand >> what the ":on=>:create" does. >> >> Best regards, and thanks again for the conversation. >> >> Pietro >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ruby-on-rails-programming-with-passion" group. To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en -~----------~----~----~----~------~----~------~--~---
