diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-07-17 19:38:54 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-07-17 19:45:51 +0530 |
commit | e5a6f7ee9e951dbe0e4e9ea2c0743b4dfb135c57 (patch) | |
tree | c453ef5911af803843705f7790c6ba05e70d5e24 /actionview/test/template/form_collections_helper_test.rb | |
parent | fd8ab8781488923c034200b83278d10dd8c90ba6 (diff) | |
download | rails-e5a6f7ee9e951dbe0e4e9ea2c0743b4dfb135c57.tar.gz rails-e5a6f7ee9e951dbe0e4e9ea2c0743b4dfb135c57.tar.bz2 rails-e5a6f7ee9e951dbe0e4e9ea2c0743b4dfb135c57.zip |
Setup default session store internally, no longer through an application initializer
- By default the session store will be set to cookie store with
application name as session key.
- Older apps are not affected as they will have the session store
initializer generated by Rails in older versions, and Rails will not
overwrite the session store if it is already set or disabled.
- But new apps will not have the initializer, instead the session store
will be set to cookie store by default.
- Based on comment by DHH here - https://github.com/rails/rails/issues/25181#issuecomment-222312764.
Diffstat (limited to 'actionview/test/template/form_collections_helper_test.rb')
0 files changed, 0 insertions, 0 deletions