Displaying 2 results from an estimated 2 matches for "s2ki".
Did you mean:
s2i
2006 Jul 25
3
Controller namespace problem?
I''m not getting any love grouping controllers into separate namespaces
and I''m hoping someone can tell me what I''m not getting:
$ rails foo
$ cd foo
$ script/generate controller Namespace::Bar index
$ script/server
$ lynx http://localhost:3000/namespace/bar
-> 404
-> Routing Error
-> Recognition failed for "/namespace/bar"
Many thanks in advance.
2005 Dec 12
3
Case sensitive nightmare
It took me 4 days to figure this out and I sure hope someone can help me
solve it.
My Setup: Postfix + MySQL + dovecot
dovecot.conf:
default_mail_env = maildir:/var/spool/vmail/%d/%n/Maildir
password_query = SELECT password FROM mailbox WHERE username='%u'
user_query = SELECT maildir, 108 AS uid, 108 AS gid FROM mailbox WHERE
username='%u'
The virtual host schema is