File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,18 @@ example, `/ember-tests`) and the name of the Ember app.
234
234
For example, to view tests of the ` frontend ` app, visit
235
235
` http://localhost:3000/ember-tests/frontend ` .
236
236
237
+ ## Serving from multi-process servers in development
238
+
239
+ If you're using a multi-process server ([ Puma] , [ Unicorn] , etc.) in development,
240
+ make sure it's configured to run a single worker process.
241
+
242
+ Without restricting the server to a single process, [ it is possible for multiple
243
+ EmberCLI runners to clobber each others' work] [ #94 ] .
244
+
245
+ [ Puma ] : https://github.com/puma/puma
246
+ [ Unicorn ] : https://rubygems.org/gems/unicorn
247
+ [ #94 ] : https://github.com/thoughtbot/ember-cli-rails/issues/94#issuecomment-77627453
248
+
237
249
## Enabling LiveReload
238
250
239
251
In order to get LiveReload up and running with Ember CLI Rails, you can install
You can’t perform that action at this time.
0 commit comments