Displaying 2 results from an estimated 2 matches for "full_error_messag".
Did you mean:
full_error_messages
2007 Dec 05
5
Active Record, Migration, and Translation
Hi,
I think the columns and table in migration should be able to have an
optional "display_name" set manually. Something like:
create_table :people, {display_name => "Personne"} do |t|
t.column :first_name :string, :display_name => "Prénom".
end
Let me explain my point of view:
Rails is a framework made to write programs in English. You see it when
you
2009 Sep 28
0
full nested models errors listing
Hi,
I am using Rails 2.3 new nested model forms.
Let''s say I want to create a book, and add 2 authors to this book.
Validation happens on the author name, and both the names I''ve filled
in do no validate.
When I use the helper "full_error_messages", I only get 1 of the
authors validation error, not both ...
Is there a way to have the full listing of the nested models errors ?
Thx
Julien