I imagine a lot of you have seen http://www.bustle.com/. It’s probably the best engineered ember app I’ve seen yet. I have a few ideas floating around for apps based on a similar theme and I was wondering how you would architect the back-end. I’m going to be using rails so that’s the only requirement.
Should I use rails and the active model serializer gem to build the API? Is there a better way to build an api and serve json to ember? I apologize for my ignorance, but I’ve never built an API of considerable size and I’m not sure how to go about it.
In short, how would YOU build a rails API and serve that data to ember?