index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
mixins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added assumption that a Symbol-based scope should end in _id unless it does s...
David Heinemeier Hansson
2004-12-16
1
-5
/
+3
*
Make it possible to use a regular scope string in addition to the symbol shor...
David Heinemeier Hansson
2004-12-16
1
-1
/
+5
*
Added that Active Records will automatically record creation and/or update ti...
David Heinemeier Hansson
2004-12-16
3
-144
/
+129
*
Added tree mixin and unit tests for all the mixins
David Heinemeier Hansson
2004-12-15
2
-13
/
+55
*
Wrapped multi-step operations in transactions
David Heinemeier Hansson
2004-12-14
1
-16
/
+22
*
Moved methods into the main body as only wiring is needed in append_features
David Heinemeier Hansson
2004-12-13
1
-9
/
+7
*
scope_condition defaults to 1 on list mixin
David Heinemeier Hansson
2004-12-08
1
-3
/
+3
*
Cleaned up the class_eval stuff in the new mixins a bit
David Heinemeier Hansson
2004-12-08
2
-9
/
+8
*
Added ActiveRecord::Mixins::Touch that will record creation and update times ...
David Heinemeier Hansson
2004-12-08
1
-0
/
+35
*
Added ActiveRecord::Mixins::List that can decorates an existing class with me...
David Heinemeier Hansson
2004-12-08
1
-1
/
+4
*
Renamed from ListMixin and mixins/list_mixin.rb to Mixins::List and mixin/lis...
David Heinemeier Hansson
2004-12-08
2
-154
/
+155
*
Unofficially added ListMixin
David Heinemeier Hansson
2004-12-08
1
-0
/
+154