| Commit message (Expand) | Author | Age | Files | Lines |
* | documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana... | Rick Olson | 2007-03-27 | 2 | -0/+16 |
* | acts_as_nested_set works with single-table inheritance. Closes #6030. | Jeremy Kemper | 2007-01-12 | 1 | -10/+10 |
* | Deprecation tests. Remove warnings for dynamic finders and for the foo_count ... | Jeremy Kemper | 2006-09-15 | 1 | -12/+12 |
* | Doc fix (closes #5504) [lee@omara.ca] | David Heinemeier Hansson | 2006-07-05 | 1 | -2/+14 |
* | Replace Ruby's deprecated append_features in favor of included. [Marcel Molin... | Marcel Molina | 2006-04-29 | 3 | -6/+3 |
* | The style police makes an expection on acts_as_tree (closes #4168) [coffee2code] | David Heinemeier Hansson | 2006-03-18 | 1 | -25/+29 |
* | Don't hardcode id in acts_as_list. Closes #3370 | Michael Koziarski | 2006-01-14 | 1 | -1/+1 |
* | Make sure the acts_as_list_class is resolved relative to the global namespace | Jamis Buck | 2005-11-10 | 1 | -1/+1 |
* | acts_as_list plays nicely with inheritance by remembering the class which dec... | Jeremy Kemper | 2005-11-10 | 1 | -12/+16 |
* | Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan... | David Heinemeier Hansson | 2005-11-09 | 1 | -2/+2 |
* | Fix docs (closes #2491) | David Heinemeier Hansson | 2005-10-26 | 3 | -20/+21 |
* | Add ability to get all siblings, including the current child, with acts_as_tr... | Marcel Molina | 2005-10-09 | 1 | -1/+6 |
* | Added the instance methods #root and #ancestors on acts_as_tree and fixed sib... | David Heinemeier Hansson | 2005-09-09 | 1 | -10/+28 |
* | Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org] | Jamis Buck | 2005-08-14 | 1 | -1/+1 |
* | Fix acts_as_list such that moving next-to-last item to the bottom does not re... | Jamis Buck | 2005-07-20 | 1 | -5/+7 |
* | Fixed that assume_bottom_position (in acts_as_list) could be called on items ... | David Heinemeier Hansson | 2005-07-10 | 1 | -1/+1 |
* | Added roots, root, and siblings to the batch of methods added by acts_as_tree... | David Heinemeier Hansson | 2005-07-01 | 1 | -1/+18 |
* | Updated all references to the old find_first and find_all to use the new styl... | David Heinemeier Hansson | 2005-06-26 | 2 | -10/+7 |
* | Fixed acts_as_list where deleting an item that was removed from the list woul... | David Heinemeier Hansson | 2005-04-25 | 1 | -8/+22 |
* | Added acts_as_nested_set #1000 [wschenk] | David Heinemeier Hansson | 2005-04-17 | 1 | -0/+212 |
* | Added insert_at(position) to acts_as_list #1083 [DeLynnB] | David Heinemeier Hansson | 2005-04-17 | 1 | -4/+28 |
* | Removed broken attempt to DRY module ClassMethod #970 | David Heinemeier Hansson | 2005-04-02 | 2 | -0/+10 |
* | Automatically extend the class which gets a module included with the ClassMet... | David Heinemeier Hansson | 2005-04-02 | 2 | -10/+0 |
* | 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 |