theforeman / foreman_column_view

A simple Foreman plugin showcasing Deface for altering the Hosts view
GNU General Public License v3.0
23 stars 15 forks source link

uses alias_method_chain, probably incompatible with foreman 1.17 #30

Closed Zugschlus closed 6 years ago

Zugschlus commented 6 years ago

Hi,

foreman 1.17 ships with rails 5, which does not have alias_method_chain any more. This makes it likely that the plugin won't run any more with foreman 1.17 (haven't tried it yet).

Sorry, my RoR knowledge is not enough to submit a patch.

Greetings Marc

GregSutcliffe commented 6 years ago

Thanks for the patience @Zugschlus - I've been out of action for a while. #31 should fix it once merged.

GregSutcliffe commented 6 years ago

Fixed in #31, thanks @Zugschlus

GregSutcliffe commented 6 years ago

0.4.0 is now in the pacakge repos, thanks again for the patience