search for: cambrianjoe

Displaying 2 results from an estimated 2 matches for "cambrianjoe".

2006 Jul 04
3
Engine Not Starting
I''ve used login_engine successfully before with webrick, and now using a provider that uses fcgi. login_engine doesn''t seem to start up, in the development log file, I get only routing errors for the page requested. The login_engine unit tests pass fine. My question is if an engine is not loaded, not in a path, etc, how is this indicated in rails? None of the log files even
2006 Aug 06
0
Polymorphic Destroy
Is there a clever way to destroy just the link in Polymorphic association? For instance, in the example they have folders containing images. If I want to destroy the link from the folder to the image (not the image and not the folder), do I have to search through the join models to find the correct join model that links the folder and the image, or is there a more clever way? That''s