aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/car.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `touch` option to behave consistently with `Persistence#touch` methodRyuta Kamizono2018-06-181-0/+2
* 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-4/+4
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
* Fixed `where` for polymorphic associations when passed an array containing di...Philippe Huibonhoa2016-02-161-0/+2
* Except keys of `build_record`'s argument from `create_scope` in initialize_at...yui-knk2015-11-161-0/+1
* Improve consistency of counter caches updating in memorySean Griffin2015-01-261-1/+1
* Make AR::Base#touch fire the after_commit and after_rollback callbacksHarry Brundage2014-01-161-1/+0
* Raise `RecordNotDestroyed` when children can't be replacedBrian Thomas Storti2013-11-251-0/+1
* Fix ActiveRecord::Relation#unscopeJon Leighton2013-11-201-0/+1
* More unused associations in AR test modelsAkira Matsuda2013-09-101-3/+0
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-0/+3
* More unused associations in AR test modelsAkira Matsuda2013-07-251-3/+0
* Do not invoke callbacks when delete_all is calledNeeraj Singh2013-06-301-0/+1
* Convert association macros to the new syntaxJon Leighton2012-07-201-3/+3
* remove deprecated scope stuffJon Leighton2012-04-261-1/+0
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-6/+6
* Test polymorphic record with optimistic locking and counter cache should be d...Dmitry Polushkin2011-09-091-1/+1
* Ensure we are not comparing a string with a symbol in HasManyAssociation#inve...Jon Leighton2011-09-061-1/+1
* Don't use mass-assignment protection when setting foreign keys or association...Jon Leighton2011-05-121-0/+3
* Add test to specify that attributes from an association's conditions should b...Jon Leighton2011-05-101-0/+2
* Un-deprecate using 'default_scope' as a macro, but if you are calling the mac...Jon Leighton2011-04-181-6/+2
* Deprecated support for passing hashes and relations to default_scope, in favo...Jon Leighton2011-04-121-2/+7
* expanding the test to include both type of order declarationNeeraj Singh2010-09-181-2/+9
* order should always be concatenated.Neeraj Singh2010-09-051-0/+5
* While creating a new record using has_many create method default scope of chi...Neeraj Singh2010-08-191-0/+1
* Ensure we can nest include calls [#5285 state:resolved]Neeraj Singh2010-08-121-0/+5
* reset_counter should work with non-traditional belongs_to and polymorphic bel...Neeraj Singh2010-07-081-0/+4