Getting Started with Ember.js Part 5: Deleting a Car and Wrapup


In the last post we set up the new car view. In the final post let’s add the ability to delete a car and wrap up this series.

Read More

Getting Started with Ember.js Part 4: Creating a New Car


In the last post, we set up a show and edit view. Let’s set up a view that allows for adding new cars.

Read More

Getting Started with Ember.js Part 3: Showing a Single Car


In the last post, we set up the index view. Let’s set up a route that shows and saves a single car’s details.

Read More

Getting Started with Ember.js Part 2: The List View


table display cars

In the last post, we set up Rails to serve up a list of cars. Now let’s hook up Ember to display that data.

Read More