aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/bird.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_c...Ryuta Kamizono2019-02-151-2/+2
* Fix `relation.create` to avoid leaking scope to initialization block and call...Ryuta Kamizono2019-02-071-0/+5
* Don't treat begin and rollback transactions as write queriesRyuta Kamizono2018-12-111-0/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-021-1/+1
* Allow nested attributes in associations to update values in it's owner object...Andrew Kaspick2011-12-141-1/+4
* Rollback the transaction when one of the autosave associations fails to save....Eloy Duran2010-01-081-0/+6
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+3