Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails 3.2でCookie検出を実装するための最良の方法は何ですか?
Cookieが無効になっている場合、ユーザーを特別なアクションにリダイレクトしたいと思います。
railsが自動的に保存するsession_idを確認できます
redirect_to root_path unless cookies["_session_id"]