Steps to reproduce
- Upgraded an existing rails app from 4.2.11.1 to 4.2.11.2.
- Started a local dev server and tried to access
localhost:3000
- Receive 500 Internal Server Error
Logs show:
ActionView::Template::Error (uninitialized constant Module::DELEGATION_RESERVED_METHOD_NAMES):
/Users/bob/bubaflub/truelink/app/controllers/application_controller.rb:597:in `redacted'
/Users/bob/bubaflub/truelink/lib/redacted_middleware.rb:13:in `redacted'
Expected behavior
Shouldn't break an existing app.
Actual behavior
Breaks an existing app.
System configuration
Rails version: 4.2.11.2
Ruby version: 2.4.10 via rvm on Mac OS X 10.15.3
Steps to reproduce
localhost:3000Logs show:
Expected behavior
Shouldn't break an existing app.
Actual behavior
Breaks an existing app.
System configuration
Rails version: 4.2.11.2
Ruby version: 2.4.10 via
rvmon Mac OS X 10.15.3