I've been using Ember for 1.5 years now, and I have to admit: from Rails, this completely changed what Iβm thinking about web applications right now. I have shaped my mind so much that I canβt even encode interface elements in Rails.
But I would like to check out other frameworks like React or even write my own mini-framework. The thing is, I feel ember data like Rails ActiveRecord, and it is super good and vital for any js application. No need to reinvent the wheel. So, like AR, is there a way to create a js application and use Ember-Data to deploy all the functions that Ember-Data provides (e.g. models, search queries, queries, adapters / serializers, etc.)?
Has anyone done this ?: D
source share