2007-12-13から1日間の記事一覧

act_as_authenticatedでremember_meするときの注意点

複数の場所でログイン・ログアウトをすると, FooControllerでは :login_from_cookieではログイン成功 redirect_to :controller => "hoge" HogeControllerでは :login_requiredではログイン不成功 redirect_to :controller => "foo" となり,無限ループに陥っ…

fastcgi+apache2でのエラーに対処してみる

Apache2.2 + FastCGIでRailsを動かしていると, FastCGI: comm with (dynamic) server "/path/to/dispatch.fcgi" aborted: (first read) idle timeout (30 sec) FastCGI: incomplete headers (0 bytes) received from server "/path/to/dispatch.fcgi"などと…