diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-06-03 09:40:42 -0400 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-06-04 11:03:04 -0400 |
commit | a7adec9336bca1fed9684f36acdd53ea231ce4b7 (patch) | |
tree | 8dd21946c12903552892f88bf09b8016af805045 /README.md | |
parent | b362ef9cb54a21fe23eda82539097a59c61af607 (diff) | |
download | rails-a7adec9336bca1fed9684f36acdd53ea231ce4b7.tar.gz rails-a7adec9336bca1fed9684f36acdd53ea231ce4b7.tar.bz2 rails-a7adec9336bca1fed9684f36acdd53ea231ce4b7.zip |
Fix minor regression about old apps not getting per_form_csrf and request_forgery_protection configs
- Earlier per_form_csrf_tokens and request_forgery_protection config
files were generated for old apps upgraded to Rails 5.
- But when we collapsed all initializers into one file, the entire file
does not get created for old apps.
- This commit fixes it and also changes values for all new defaults for
old apps so that they will not break.
- Also added a test for `rails app:update`.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions