I have no idea of what’s going on here…
Whenever I’m supposted to get some output from the Login Engine, I get
NOTHING. No errors, just nothing. A blank page. The engine seems to be
partially working, as I get no complaints about missing methods or
templates or anything. If I do try with a method I know is not there,
then I get an error.
Anyone have a clue?
I have another app with the login_engine that is working just fine, and
I tried copying the hole plugins directory from that app, but the
problem is the same. What am I missing?
Jonathan wrote:
I have no idea of what’s going on here…
Whenever I’m supposted to get some output from the Login Engine, I get
NOTHING. No errors, just nothing. A blank page. The engine seems to be
partially working, as I get no complaints about missing methods or
templates or anything. If I do try with a method I know is not there,
then I get an error.
Anyone have a clue?
I have another app with the login_engine that is working just fine, and
I tried copying the hole plugins directory from that app, but the
problem is the same. What am I missing?
Sorry folks! I’m just a bit tired today… Found the solution in this
post:
http://www.ruby-forum.com/topic/60112
Had created a blank views/layouts/application.rhtml file…
/Jonathan