Handling First & Last Name with the name_of_person gem Discussion
Great finding Chris π
Let's see what DHH think about https://github.com/basecamp/name_of_person/issues/2 π
Thanks Chris for this episode. Let's get rid of all those full_name helpers I have everywhere :)
Maxime, watching the episode and based in Japan the same thought came to my mind (about first_name and last_name orders based on the country). Thank you for creating this issue, I hope this could be accepted towards a PR.
Thanks Chris for introducing me to this great gem. I'll put it in the app I'm developing today.
BTW How to show the error messages for the name field if the first_name or last_name are the columns being validated. In your example your form contains the devise_error_messages! method but I am just submitting to the User model through a plain old User Controller.