Actions
Refactor #7570
closedset secret_key_base for rails 6.0 upgrade
Updated by Joseph Magen over 10 years ago
http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html
Rails 4.0 encrypts the contents of cookie-based sessions if secret_key_base has been set. Rails 3.x signed, but did not encrypt, the contents of cookie-based session. Signed cookies are "secure" in that they are verified to have been generated by your app and are tamper-proof. However, the contents can be viewed by end users, and encrypting the contents eliminates this caveat/concern without a significant performance penalty.
Updated by Brandon Weeks almost 9 years ago
- Blocked by Refactor #14022: secret_key_base should be configured added
Updated by Dominic Cleal almost 9 years ago
- Blocked by deleted (Refactor #14022: secret_key_base should be configured)
Updated by Dominic Cleal almost 9 years ago
- Has duplicate Refactor #14022: secret_key_base should be configured added
Updated by Anonymous about 7 years ago
- Related to Tracker #15715: Rails 5.0 upgrade tasks added
Updated by Anonymous about 7 years ago
- Related to Tracker #20948: Rails 5.1 upgrade tasks added
Updated by Anonymous about 7 years ago
- Related to Tracker #21834: Rails 5.2 upgrade tasks added
Updated by Anonymous almost 7 years ago
- Tracker changed from Bug to Refactor
- Subject changed from set secret_key_base for rails 4 upgrade to set secret_key_base for rails 6.0 upgrade
Updated by Anonymous over 6 years ago
- Blocked by Tracker #24837: Rails 6.0 Tracker added
Updated by Anonymous over 6 years ago
- Blocked by deleted (Tracker #24837: Rails 6.0 Tracker)
Updated by Anonymous over 6 years ago
- Blocks Tracker #24837: Rails 6.0 Tracker added
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/7285 added
Updated by Tomer Brisker about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 1f82adb0471721b8fc25ee9dfd57b850bfd3ac3a.
Actions