search for: require_dependeny

Displaying 1 result from an estimated 1 matches for "require_dependeny".

Did you mean: require_dependency
2009 Sep 03
7
Strange NoMethodErrors in production mode, I just don't know what to do.
Hi, thanks for reading. Since hours, I am facing a problem and it seems that I am not able to solve it. Let''s say, I''ve got a model called "AnnotationType". This model has got a method called "foobar(x)". It''s just so simple. I can access this method in my unit tests, in the console (all modes), but if I start the server in production mode and try