aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/support/stubs
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicated protected params definitionsRyuta Kamizono2019-02-241-1/+20
| | | | Use "support/stubs/strong_parameters" instead.
* Ensure that AR::Relation#exists? allows only permitted paramsbogdanvlviv2019-01-171-1/+7
| | | | | Clarify changelog entry Related to #34891
* Allow strong params in ActiveRecord::Base#exists?Gannon McGibbon2019-01-071-0/+15
Allow `ActionController::Params` as argument of `ActiveRecord::Base#exists?`