Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove duplicated protected params definitions | Ryuta Kamizono | 2019-02-24 | 1 | -1/+20 |
| | | | | Use "support/stubs/strong_parameters" instead. | ||||
* | Ensure that AR::Relation#exists? allows only permitted params | bogdanvlviv | 2019-01-17 | 1 | -1/+7 |
| | | | | | Clarify changelog entry Related to #34891 | ||||
* | Allow strong params in ActiveRecord::Base#exists? | Gannon McGibbon | 2019-01-07 | 1 | -0/+15 |
Allow `ActionController::Params` as argument of `ActiveRecord::Base#exists?` |