Skip to content

Commit

Permalink
Document that ember-rails auto-switches modes, as changed in 167de1f
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Apr 19, 2012
1 parent b2cac05 commit 8e89344
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ Run `bundle install` and add the following line to `app/assets/javascripts/appli

//= require ember

Ember-rails also provides a way to run Ember in development mode, you
can switch out your require statement `//= require ember` to use the
dev copies like so:

//= require ember-dev
Ember-rails will use the production build of Ember.js when Rails is running in
production mode, and the development build otherwise.

## Architecture

Expand Down

0 comments on commit 8e89344

Please sign in to comment.