Skip to content

Puma worker config breaks spring reloading for helpers #477

Open
@rafaelfranca

Description

@rafaelfranca

From @jeroenvisser101 on April 4, 2016 14:41

Steps to reproduce

  1. rails new <app name>
  2. rails g controller Home index
  3. Edit config/puma.rb to use workers, without that, the bug doesn't occur
  4. Create a dummy helper and use it in the view
  5. rails server
  6. Edit the helper
  7. Refresh

A minimal example can be found here

Expected behavior

The result should change because Spring should reload the app.

Actual behavior

Spring doesn't reload the app, old version is executed instead.

System configuration

Rails version: 5.0.0.beta3
Ruby version: 2.3.0-p0
Puma version: 3.2.0

Copied from original issue: rails/rails#24414

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions