Code & Innovation: The Algonauti Engineering Journal

Where our developers write about the code they craft, the problems they solve, and the ideas that inspire them.


Setting up Ember.js with Rails

Ember.js is a client-side framework that aims at single-page applications. It has several tools to abstract the most common patterns. In this article you’ll see how to set up Ember in a Ruby on Rails app, with testing support using QUnit.

Salvatore Ferrucci