rails_tutorial_ember icon indicating copy to clipboard operation
rails_tutorial_ember copied to clipboard

Michael Hartl's rails tutorial front-end, built in Ember :) (Ember version 1.8)

Rails-tutorial-ember

This repo is deprecated and not actively maintained. A new Rails tutorial has been released based on Rails 5. The equivelant EmberJS app can be found here.

Michael Hart's Rails tutorial.. on Ember! Check the rails backend API. Deployed here

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links