Hi I''ve been putting together database scripts that rely on Active Record outside of rails - this link was very helpful in getting started: http://ollehost.dk/blog/?p=214 Now though, I''m having a problem getting this to work with betternestedset. Can anyone tell me how to require these nested methods in an external script? These don''t seem to pick them up: require ''rubygems'' require ''active_record'' My error is: C:/MyDevelopment/InstantRails/ruby/lib/ruby/gems/1.8/gems/ activerecord-1.15.3/lib/active_record/base.rb:1860:in `method_missing'': undefined method `move_to_child_of'' for #<Employeetree:0x9466a28> (NoMethodError) thanks! Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---