aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/acts
Commit message (Expand)AuthorAgeFilesLines
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-262-10/+7
* Fixed acts_as_list where deleting an item that was removed from the list woul...David Heinemeier Hansson2005-04-251-8/+22
* Added acts_as_nested_set #1000 [wschenk]David Heinemeier Hansson2005-04-171-0/+212
* Added insert_at(position) to acts_as_list #1083 [DeLynnB]David Heinemeier Hansson2005-04-171-4/+28
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-022-0/+10
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-022-10/+0
* Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not...David Heinemeier Hansson2005-03-201-1/+1
* Added a bit more documentation on how to use the instance methods for acts_as...David Heinemeier Hansson2005-01-151-11/+14
* Removed silly change caused by inability to grok own code at 3 amDavid Heinemeier Hansson2005-01-141-8/+8
* Changed add_to_list_top and add_to_list_bottom to be publicDavid Heinemeier Hansson2005-01-141-10/+10
* Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in Post...David Heinemeier Hansson2005-01-111-1/+1
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@312 5ecf4fe2-1ee6-0...David Heinemeier Hansson2005-01-021-34/+0
* Added :counter_cache option to acts_as_tree that works just like the one you ...David Heinemeier Hansson2004-12-311-2/+3
* Moved support into Active SupportDavid Heinemeier Hansson2004-12-291-45/+56
* Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...David Heinemeier Hansson2004-12-191-13/+13
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-161-57/+58
* Improving documentation...David Heinemeier Hansson2004-12-163-197/+159
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-164-0/+293