aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/suppressor_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Apply Active Record suppression to all savesGeorge Claghorn2015-06-041-1/+32
| | | | | | | It was not being applied to creates and updates attempted through the non-bang save methods. This means that, for example, creation of records for singular associations through the `create_*` methods was not appropriately ignored in .suppress blocks.
* Copy edit the suppressor documentationRafael Mendonça França2015-02-191-1/+0
| | | | [ci skip]
* Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-181-0/+22