5 Posts in ember
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.
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.
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.
Getting Started with Ember.js Part 2: The List View
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.