Created
April 29, 2013 23:53
-
-
Save ppworks/5485718 to your computer and use it in GitHub Desktop.
rails4.0.0.beta1 -> rails4.0.0.rc1 migration guide ref: http://qiita.com/items/6e19c246d608abd9795b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb | |
index e3f861f..b7cac75 100644 | |
--- a/config/initializers/session_store.rb | |
+++ b/config/initializers/session_store.rb | |
@@ -1,3 +1,3 @@ | |
# Be sure to restart your server when you modify this file. | |
-HogeCo::Application.config.session_store :encrypted_cookie_store, key: '_hoge_co_session' | |
+HogeCo::Application.config.session_store :cookie_store, key: '_hoge_co_session' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gems/railties-4.0.0.rc1/lib/rails/application/configuration.rb:144:in `const_get': uninitialized constant ActionDispatch::Session::EncryptedCookieStore (NameError) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment