Bug #12976
Rails 4 compatibility
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Description
This plugin currently depends on Rails 3 to work. It needs to support Rails 4 to work with Foreman 1.11
Associated revisions
History
#1
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Target version set to 97
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/96 added
#2
Updated by Daniel Lobato Garcia about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|ada5d26b0fa3e45a58d10e47776341a770e8f5cc.
Fixes #12976 - Rails 4 compatibility
Different Rails 4 fixes, such as factories not working due to
attr_accessible, Enumerable check in error flattener not working due to
ActiveRecord::Associations::CollectionProxy not being an Enumerable, and
some syntax deprecations.