RailsCasts Pro episodes are now free!

Learn more or hide this

Xin Jiang's Profile

GitHub User: xnjiang

Comments by Xin Jiang

Avatar

When server side validation fails how does ember handle it?

Avatar

Agree with your opinion. I tried to integrate emberjs into my rails app many times, but pitfalls make me question this approch: ember-data is not ready, how to handle error when server validate not pass? Integrate rails authentication, using server render devise view, or make some in ember side? File upload? Twitter switch back to server render... All of these make things difficult. Ember is good, but now I decide stick to plain old rails, because it is sample, I don't have to fight framework. I think future is one framework for client and server. It has enough abstract that app developer only have to think app things.