From: music Date: 2007-05-30T23:45:11+09:00 Subject: How can access to AUTH_USER? With php I can access to AUTH_USER and REMOTE_ADDR to know the authenticated user and the ip from which he come. With ruby there is available REMOTE_ADDR but not AUTH_USER. How can I access to the authenticated users?