Actions
Feature #6563
closedInclude safemode with respond_to? fixes
Description
We need a new version of safemode that includes a working respond_to? method:
https://github.com/svenfuchs/safemode/pull/8
Since Foreman uses both ~> 1.2.0 and ~> 1.0.2 (for Ruby 1.8), we would need a new release of master, plus if at all possible, a backport to the 1.0.x series.
This will make it possible for us to use respond_to? for feature checks in templates.
I'll likely backport into 1.5 too if we can get this in 1.6.
Actions