RailsCasts Pro episodes are now free!

Learn more or hide this

pruzicka's Profile

GitHub User: pruzicka

Comments by

Avatar

If I have model of User with first_name and last_name and I would use Angular with Rails. I would update User profile on the page on the fly and I would communicate with Rails in background. How should I do validation if model is being submitted attribute by attribute ?