explicit-parameters icon indicating copy to clipboard operation
explicit-parameters copied to clipboard

Explicit parameters validation and casting for Rails APIs.

Results 1 explicit-parameters issues
Sort by recently updated
recently updated
newest added

Not sure where the issue is coming from (maybe rspec-rails) but this line https://github.com/byroot/explicit-parameters/blob/master/lib/explicit_parameters/controller.rb#L31 is causing issues when running rspec on a Rails app. This was my fix: https://github.com/jeromegn/explicit-parameters/blob/master/lib/explicit_parameters/controller.rb#L31 However,...