README.md in ember-cli-rails-0.1.1 vs README.md in ember-cli-rails-0.1.2
- old
+ new
@@ -62,11 +62,11 @@
[ember-cli-rails-addon](https://github.com/rondale-sc/ember-cli-rails-addon).
For each of your EmberCLI applications install the addon with:
```sh
-npm install --save-dev ember-cli-rails-addon@0.0.9
+npm install --save-dev ember-cli-rails-addon@0.0.11
```
And that's it!
### Multiple EmberCLI apps
@@ -142,9 +142,13 @@
polluting your git history. Note that for this to work, you must have
`config.consider_all_requests_local = true` set in
`config/environments/development.rb`, otherwise the middleware responsible for
building Ember CLI will not be enabled.
+Alternatively, if you want to override the default behavior in any given Rails
+environment, you can manually set the `config.use_ember_middleware` and
+`config.use_ember_live_recompilation` flags in the environment-specific config
+file.
#### Ember Dependencies
Ember has several dependencies. Some of these dependencies might already be
present in your asset list. For example jQuery is bundled in `jquery-rails` gem.