aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/acts/list.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-2/+1
* Don't hardcode id in acts_as_list. Closes #3370Michael Koziarski2006-01-141-1/+1
* Make sure the acts_as_list_class is resolved relative to the global namespaceJamis Buck2005-11-101-1/+1
* acts_as_list plays nicely with inheritance by remembering the class which dec...Jeremy Kemper2005-11-101-12/+16
* Fix docs (closes #2491)David Heinemeier Hansson2005-10-261-1/+1
* Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]Jamis Buck2005-08-141-1/+1
* Fix acts_as_list such that moving next-to-last item to the bottom does not re...Jamis Buck2005-07-201-5/+7
* Fixed that assume_bottom_position (in acts_as_list) could be called on items ...David Heinemeier Hansson2005-07-101-1/+1
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-261-6/+3
* Fixed acts_as_list where deleting an item that was removed from the list woul...David Heinemeier Hansson2005-04-251-8/+22
* 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-021-0/+5
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-021-5/+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
* 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-161-132/+124
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-161-0/+185