Displaying 3 results from an estimated 3 matches for "priour".
Did you mean:
prior
2005 Oct 19
3
Finding all parents of acts_as_tree relationship
I''m using acts_as_tree to maintain a hierarchy of categories (each
top-level category can contain multiple categories and each
sub-category can contain multiple sub-categories, etc.).
I want to be able to find all parents of a particular category. I
realize that I can use @category.parent or even
@category.parent.parent to move up in the hierarchy, but I need this
to happen dynamically
2005 Jul 07
1
Rails 0.13 failing on Win XP
Hi all,
Since 0.13 just got out, I decided to live a little on the edge and
upgraded my working 0.12.1 Rails apps to 0.13. Which made them crash
with a bang!
After a little investigation it looks like even a fresh app will crash
with a message: "allocator undefined for proc"... I''m on Win XP,
everything was fine under Rails 0.12.1
Any help would be highly appreciated.
--
2005 Oct 19
35
Why you MUST use SCGI for Rails development
Hello happy Railers,
I used to develop with a local out-of-the-box Apache and load times were
pretty slow (like a few seconds each page). "Well, it''s the price to
pay for no compile / cache / etc..." I thought. Nonsense. Yesterday I
installed SCGI, and now I''ve got the best of both worlds: rails
development env uses my very latest modifications, while SCGI ensures I