In order to use the stronger_parameters gem to transition a less-than-perfectly specced application it would be very helpful to enable a log-only mode for unpermitted parameters.
There should only be a notification unpermitted_parameters.action_controller but the unpermitted parameters should still be present in params[].
I cannot find a way to achieve this. Is there?