rails_simple_params 1.4.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:
=
安装:
=
版本列表:
- 1.4.0 April 13, 2025 (10.0 KB)
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