aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/bulb.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't skip in-memory insertion of associations when loaded in validateSean Griffin2016-09-291-6/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-2/+2
* Bugfix collection association #create method …Bogdan Gusiev2015-11-231-0/+6
* Except keys of `build_record`'s argument from `create_scope` in initialize_at...yui-knk2015-11-161-0/+1
* Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-021-1/+1
* Raise `RecordNotDestroyed` when children can't be replacedBrian Thomas Storti2013-11-251-0/+6
* Do not invoke callbacks when delete_all is calledNeeraj Singh2013-06-301-0/+6
* Make sure the tests pass in the case closer to described in #8195Rafael Mendonça França2012-12-101-1/+1
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-3/+3
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-2/+0
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-1/+1
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-1/+1
* use existing model for testing Base.create with #after_initializeGabriel Horner2011-07-241-0/+5
* Assign the association attributes to the associated record before the before_...Jon Leighton2011-06-301-2/+7
* Pass the attribute and option hashes to build_associationAndrew White2011-05-171-0/+13
* CollectionAssociation#merge_target_lists should write to the underlying attri...Jon Leighton2011-05-141-0/+4
* 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-4/+1
* Deprecated support for passing hashes and relations to default_scope, in favo...Jon Leighton2011-04-121-6/+7
* We shouldn't be using scoped.scoping { ... } to build associated records, as ...Jon Leighton2011-01-301-2/+9
* While creating a new record using has_many create method default scope of chi...Neeraj Singh2010-08-191-0/+7