So, I am new to Ember.js (and web dev in General), I wanted to use Ember.js in my Rails app for some dynamic front-end that will persist data to the back-end (if i described correctly !).
I've been looking for examples on how to use Ember.js in a Rails app, All the resources i've found so far, are only describing how to "Add ember.js", just like adding the gem "ember-rails" etc..
http://www.cerebris.com/blog/2012/01/24/beginning-ember-js-on-rails-part-1/
this example showes exactly how to build a model, view, controller, with ember.js, and use it in Rails app! this is what i need to get started !
Any help or advice is highly appreciated !
What i really need is, an example that uses Ember.js Side by side with Rails, just like the link i gave.