2011-06-01から1日間の記事一覧

セッションキーの初期化?

A key is required to write a cookie containing the session data. Use config.action_controller.session = { :key => "_myapp_session", :secret => "some secret phrase" } in config/environment.rb Rails の起動でこんなの出たら、以下のコマンドで r…