rails_simple_params 2.0.0
Simple DSL to validate params (and coerce them to the desired type) that fall outside of Rails' default parameter whitelisting and ActiveModel validations system. The common use cases are searching and sorting, whether from an HTML form or via a JSON API.
Gemfile:
=
インストール:
=
Runtime依存関係 (2):
actionpack
>= 7.0.1
activesupport
>= 7.0.1
Development依存関係 (9):
appraisal
>= 0
bundler
>= 0
fuubar
>= 0
pry-byebug
>= 0
rspec
~> 3.4
rspec-rails
~> 3.4
rubocop
>= 0
rubocop-performance
>= 0
simplecov
>= 0