0
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 23 hours ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use multi_rails to test against multiple versions of Rails More... almost 16 years ago
reload left, right, and parent values before performing move operations More... almost 16 years ago
clean up some tests since #reload doesn't need to be called now in most cases More... almost 16 years ago
added test for and fixed nested_set_options_for_select More... almost 16 years ago
added test for descendents More... almost 16 years ago
added :dependent option, which defaults to :delete_all More... almost 16 years ago
Avoid loading ActionView helper if ActionView is not loaded More... almost 16 years ago
fixed copy/paste error in docs More... almost 16 years ago
use nested_set_scope in #move_to instead of manually constructing scope conditions. properly escap values in #move_to More... almost 16 years ago
Merge branch 'master' of [email protected]:collectiveidea/awesome_nested_set More... almost 16 years ago
Fixed scoping on move_to [Eli Miller] More... almost 16 years ago
add move to root More... almost 16 years ago
fixed parent_id issue in rebuild! More... almost 16 years ago
Changed method of deletion used in prune. This way the correct callbacks are carried out on all descendants when pruning occurs. It is useful to have callbacks occurring so that things like HABTM associations can be severed first to prevent DB crufting without reinventing the wheel with observers. More... almost 16 years ago
fixed #right_sibling method, mad right_sibling and left_sibling use #siblings scope More... almost 16 years ago
replace direct use of Scope class with #scoped method More... almost 16 years ago
properly quote columns More... almost 16 years ago
convert left_and_rights_valid? to SQL and add tests More... almost 16 years ago
added rake test:coverage task More... almost 16 years ago
removed unused files More... almost 16 years ago
Allow an array to be used for scope. (inspired by Nick Poulden) More... almost 16 years ago
fix #self_and_siblings for root nodes More... almost 16 years ago
Revert "updated named_scope from edge rails", since it depends on ActiveRecord::Base#last from Rails 2.1, which I don't want to have to backport. More... almost 16 years ago
updated named_scope from edge rails More... almost 16 years ago
use #find(:all) instead of #all so tests pass with Rails 2.0 More... almost 16 years ago
added more test More... almost 16 years ago
added some edge cases to test More... almost 16 years ago
added id as a last resort order to the rebuild! class method. This fixes the tests for certain environments which returned the list of nodes in reverse of expected when the order_by variables were all set to null. Not perfect, as the actual sort order will vary required when lft and rgt are null will vary from project to project, but at least there is a predictable sort on this edge case now. More... almost 16 years ago
bug fixed root? instance method. Now is consistent with the roots class method. Added test. More... almost 16 years ago
added instance method to find all leaves of current node. Also added test More... almost 16 years ago