Displaying 2 results from an estimated 2 matches for "hhconv".
2006 Jun 08
1
Module nastiness
Yesterday I was having problems getting fixtures to load correctly
after moving my models into separate modules. Wrote a patch for
fixtures and all was fine.
Then I put my app into production mode. I''ve got two classes named
Player. HHConv::Player and Trainer::Player. Rails seems to only care
about the Player class that first gets loaded in, even if I name them
explicitly using the full namespace.
What''s going on here? The only problems I''ve heard are with fixtures,
but I got past that...now I''m having t...
2005 Dec 22
0
Lighttpd/fastcgi config - what does "the error-handler was not found" mean?
...the original status 404
2005-12-22 12:38:14: (connections.c.1387) If this is a rails app:
check your production.log
The config is:
$HTTP["host"] =~ "(www\.)?pregopoker\.com" {
server.port = 80
server.document-root = "/home/pergesu/www/pregopoker.com/hhconv/public/"
server.error-handler-404 = "/dispatch.fcgi"
server.errorlog = "/home/pergesu/logs/pregopoker.com/lighttpd-error.log"
accesslog.filename = "/home/pergesu/logs/pregopoker.com/lighttpd-access.log"
server.indexfiles = ( "index.php",...