Displaying 1 result from an estimated 1 matches for "rforumapplicationcontrol".
2005 Dec 22
11
rforum engine
...ngine, using rails 1.0, engines trunk, and rforum 0.1 (as rforum
trunk didn''t appear to work out of the box).
My rforum engine works, but only when I do two things that I found by
trial and error:
1) All rforum controllers subclass rforum''s ApplicationController. I
renamed it to RForumApplicationController, as the app using the
rforum-engine is likely to have its own ApplicationController. Now
when I try to use one of these controllers, it will work fine on the
first load after each server restart, but on subsequent pageloads I am
informed of "uninitialized constant RForumApplicationControlle...