Hi,
I think I''m making some headway. Here is a quick synopsis:
- Installed with:
# ruby script/plugin install
svn://rubyforge.org/var/svn/betternestedset/tags/stable/betternestedset
... files from svn ....
# Exported revision 51
> $ grep "def children_count" lib/better_nested_set.rb
> => def children_count(scope= {})
I did this grep and didn''t find children_count.
> Are you sure you''re running r51 ?
Decided to install using the trunk rather than stable:
# ruby script/plugin install svn://rubyforge.org/var/svn/betternestedset/trunk
... files from svn ....
# Exported revision 51
- I did the grep again and found children_count.
> => def children_count(scope= {})
- I tested my code again, and everything seems to be working again.
Many Thanks!
-- Nick