Displaying 2 results from an estimated 2 matches for "qaxjsq8or2rj7qbyx5q9gw".
2005 May 10
58
A quick straw poll
How many of you are using Rails:
1. As the primary development tool at your Day Job
2. As a small part of your Day Job
3. Not using Rails in your Day Job, but are using Ruby
4. For OS/outside work/hobby
--
sam
http://www.magpiebrain.com/
2005 May 09
0
acts_as_tree / moving children
Greetings!
I am working on a model that utilizes "acts_as_tree". I have a table
named ''categories'' that has multiple root items, each each root item
has several children.
I cannot successfully separate those children from the tree. For
example, if I delete a root category, I want the sub categories to
become roots. I have tried setting the