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
*
Foxy fixtures: allow mixed usage to make migration easier and more attractive...
Jeremy Kemper
2007-11-26
1
-3
/
+10
*
Kill lingering acts
Jeremy Kemper
2007-09-11
1
-3
/
+1
*
Moved acts_as_tree into a plugin of the same name on the official Rails svn (...
David Heinemeier Hansson
2007-09-11
1
-101
/
+7
*
Remove acts_as_list. Users are advised to install the new plugin. Reference...
Michael Koziarski
2007-09-10
1
-282
/
+0
*
Remove deprecated functionality from edge rails. Closes #9387 [lifofifo]
Michael Koziarski
2007-09-03
1
-18
/
+0
*
Update tests' use of fixtures for the new collections api. Closes #8726.
Jeremy Kemper
2007-06-22
1
-103
/
+37
*
Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...
Jeremy Kemper
2006-09-15
1
-8
/
+12
*
Mock Time.now for more accurate Touch mixin tests. Closes #6213.
Jeremy Kemper
2006-09-14
1
-10
/
+44
*
Expand tabs and strip trailing whitespace.
Jeremy Kemper
2005-11-10
1
-177
/
+171
*
acts_as_list plays nicely with inheritance by remembering the class which dec...
Jeremy Kemper
2005-11-10
1
-0
/
+163
*
Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan...
David Heinemeier Hansson
2005-11-09
1
-0
/
+12
*
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