aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/bulb.rb
Commit message (Expand)AuthorAgeFilesLines
* 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