aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/mixins/list.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-161-103/+118
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-151-13/+19
* Wrapped multi-step operations in transactionsDavid Heinemeier Hansson2004-12-141-16/+22
* 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-081-5/+3
* 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-081-0/+155