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
/
acts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not...
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Added a bit more documentation on how to use the instance methods for acts_as...
David Heinemeier Hansson
2005-01-15
1
-11
/
+14
*
Removed silly change caused by inability to grok own code at 3 am
David Heinemeier Hansson
2005-01-14
1
-8
/
+8
*
Changed add_to_list_top and add_to_list_bottom to be public
David Heinemeier Hansson
2005-01-14
1
-10
/
+10
*
Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in Post...
David Heinemeier Hansson
2005-01-11
1
-1
/
+1
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@312 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2005-01-02
1
-34
/
+0
*
Added :counter_cache option to acts_as_tree that works just like the one you ...
David Heinemeier Hansson
2004-12-31
1
-2
/
+3
*
Moved support into Active Support
David Heinemeier Hansson
2004-12-29
1
-45
/
+56
*
Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...
David Heinemeier Hansson
2004-12-19
1
-13
/
+13
*
Made the last tweaks before 0.9
David Heinemeier Hansson
2004-12-16
1
-57
/
+58
*
Improving documentation...
David Heinemeier Hansson
2004-12-16
3
-197
/
+159
*
Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...
David Heinemeier Hansson
2004-12-16
4
-0
/
+293