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
/
test
/
mixin_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ability to get all siblings, including the current child, with acts_as_tr...
Marcel Molina
2005-10-09
1
-0
/
+9
*
Fix tests
David Heinemeier Hansson
2005-09-11
1
-19
/
+16
*
Refactored away all the legacy validate_options calls and replaced them with ...
David Heinemeier Hansson
2005-09-09
1
-0
/
+19
*
Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...
David Heinemeier Hansson
2005-09-09
1
-2
/
+28
*
Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]
Jamis Buck
2005-08-14
1
-0
/
+9
*
Fix acts_as_list such that moving next-to-last item to the bottom does not re...
Jamis Buck
2005-07-20
1
-0
/
+16
*
Updated all references to the old find_first and find_all to use the new styl...
David Heinemeier Hansson
2005-06-26
1
-11
/
+11
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
1
-75
/
+75
*
Added acts_as_nested_set #1000 [wschenk]
David Heinemeier Hansson
2005-04-17
1
-0
/
+1
*
Added insert_at(position) to acts_as_list #1083 [DeLynnB]
David Heinemeier Hansson
2005-04-17
1
-3
/
+27
*
Added tests for acts_as_list with scope is null #378 [Tim Bates]
David Heinemeier Hansson
2004-12-31
1
-0
/
+6
*
Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron]
David Heinemeier Hansson
2004-12-22
1
-1
/
+5
*
Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...
David Heinemeier Hansson
2004-12-19
1
-56
/
+150
*
Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...
David Heinemeier Hansson
2004-12-16
1
-2
/
+2
*
Added option for turning off the automated timestamps
David Heinemeier Hansson
2004-12-16
1
-0
/
+10
*
Added assumption that a Symbol-based scope should end in _id unless it does s...
David Heinemeier Hansson
2004-12-16
1
-3
/
+8
*
Added assumption that a Symbol-based scope should end in _id unless it does s...
David Heinemeier Hansson
2004-12-16
1
-1
/
+0
*
Added that Active Records will automatically record creation and/or update ti...
David Heinemeier Hansson
2004-12-16
1
-44
/
+67
*
Added tree mixin and unit tests for all the mixins
David Heinemeier Hansson
2004-12-15
1
-0
/
+101