The app contains some small examples that I put together while trying to learn Ember.js
bundle install
rake db:migrate
rake db:seed
###Selectable Rows In this example we render a table with many rows. You can select the rows and perform an action.
###SlickGrid Integration This example integrates Ember.js with SlickGrid. The grid's data is populated with JSON from the server. All paging, sorting and filtering is done on the server side.
###JQueryUI autocomplete Integration This example integrates Ember with JqueryUI's autocomplete plugin. It also uses EmberResource to load and perform updates on the selected record.