aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/mixins
Commit message (Expand)AuthorAgeFilesLines
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-162-225/+0
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-161-5/+3
* Make it possible to use a regular scope string in addition to the symbol shor...David Heinemeier Hansson2004-12-161-1/+5
* Added that Active Records will automatically record creation and/or update ti...David Heinemeier Hansson2004-12-163-144/+129
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-152-13/+55
* Wrapped multi-step operations in transactionsDavid Heinemeier Hansson2004-12-141-16/+22
* Moved methods into the main body as only wiring is needed in append_featuresDavid Heinemeier Hansson2004-12-131-9/+7
* scope_condition defaults to 1 on list mixinDavid Heinemeier Hansson2004-12-081-3/+3
* Cleaned up the class_eval stuff in the new mixins a bitDavid Heinemeier Hansson2004-12-082-9/+8
* Added ActiveRecord::Mixins::Touch that will record creation and update times ...David Heinemeier Hansson2004-12-081-0/+35
* Added ActiveRecord::Mixins::List that can decorates an existing class with me...David Heinemeier Hansson2004-12-081-1/+4
* Renamed from ListMixin and mixins/list_mixin.rb to Mixins::List and mixin/lis...David Heinemeier Hansson2004-12-082-154/+155
* Unofficially added ListMixinDavid Heinemeier Hansson2004-12-081-0/+154