Bug #29470
Tracker #24837: Rails 6.0 Tracker
Foreman won't start on Rails 6 due to incompatible method call in rabl template handler
Pull request:
Fixed in Releases:
Found in Releases:
Associated revisions
History
#1
Updated by Tomer Brisker over 2 years ago
- Parent task set to #24837
#2
Updated by Tomer Brisker over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7561 added
#3
Updated by Tomer Brisker over 2 years ago
- Subject changed from Foreman won't start on Rails 6 due to incompatible method calls to Foreman won't start on Rails 6 due to incompatible method call in rabl template handler
The method signature for template handlers was changed in: https://github.com/rails/rails/commit/28f88e0074f473f58c2d3fd54cb3daff81027c12
#4
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.1.0 added
#5
Updated by Ondřej Ezr over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset a2e8571f80d01729dcf5b389dd8bad1d70073dd0.
Fixes #29470 - Rails 6 compatible template handler method
ActionView::Template::Handlers changed the method signature for `call` in rails 6