Open
Description
From @jeroenvisser101 on April 4, 2016 14:41
Steps to reproduce
rails new <app name>
rails g controller Home index
- Edit
config/puma.rb
to use workers, without that, the bug doesn't occur - Create a dummy helper and use it in the view
rails server
- Edit the helper
- 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