Jeremy Weathers
Jeremy Weathers
FYI, the test scenario failures I added are: ``` $ bundle exec rspec spec/scss_lint/linter_spec.rb ..........FF..FF....................... Failures: 1) SCSSLint::Linter control comments when a linter is disabled within a rule using a...
@ifellinaholeonce and @iMacTia - the suggested workaround does not work since the coerce code - which runs prior to transforms - rescues `TypeError` and then raises `InvalidParameterError`: https://github.com/nicolasblanco/rails_param/blob/15d3cc80a47fe5af58d7809f992b6a6457d15331/lib/rails_param/param_evaluator.rb#L83 so that...
_Note: after adding the test app last week to show that this affects both GET and POST forms, I have force-pushed my change with improved comments and commit message._
I would advise against option 3 - pushing any kind of request-related metadata down into the coercion logic strikes me as a nasty code smell. If you want to pursue...