1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/dispatch
Assain 1cda4fb5df Purpose Metadata For Signed And Encrypted Cookies
Purpose metadata prevents cookie values from being
copy-pasted and ensures that the cookie is used only
for its originally intended purpose.

The Purpose and Expiry metadata are embedded inside signed/encrypted
cookies and will not be readable on previous versions of Rails.

We can switch off purpose and expiry metadata embedded in
signed and encrypted cookies using

	config.action_dispatch.use_cookies_with_metadata = false

if you want your cookies to be readable on older versions of Rails.
2018-08-12 21:50:35 +05:30
..
request Add #dig to ActionDispatch::Request::Session 2018-04-04 16:20:16 +09:00
routing Rails guides are now served over https 2018-07-24 11:29:31 +09:00
session Embrace the instantiation in loving parens <3 2017-12-03 19:12:06 +01:00
system_testing Partially revert 0bfdd1d 2018-04-07 07:18:16 +09:00
callbacks_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
content_security_policy_test.rb Add support for prefetch-src directive 2018-05-03 15:46:03 +09:00
cookies_test.rb Purpose Metadata For Signed And Encrypted Cookies 2018-08-12 21:50:35 +05:30
debug_exceptions_test.rb Show nested exceptions on the debug view 2018-07-15 20:54:19 -04:00
debug_locks_test.rb Fix can't modify frozen String error in DebugLocks 2017-08-28 21:48:05 +09:00
exception_wrapper_test.rb Show nested exceptions on the debug view 2018-07-15 20:54:19 -04:00
executor_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
header_test.rb Remove Rubocop's comments from Rails code base 2018-07-26 23:37:31 +03:00
live_response_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
mapper_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
middleware_stack_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
mime_type_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
mount_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
prefix_generation_test.rb [Action Pack] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
rack_cache_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
reloader_test.rb Replace assert ! with assert_not 2018-04-19 08:11:33 -04:00
request_id_test.rb Allow @ in X-Request-Id header 2018-01-29 19:35:39 -05:00
request_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
response_test.rb Fix CustomCops/AssertNot to allow it to have failure message 2018-05-13 11:32:47 +09:00
routing_assertions_test.rb Make sure assert_recognizes can still find routes mounted after engines 2018-02-09 13:51:20 -05:00
routing_test.rb Fix CustomCops/AssertNot to allow it to have failure message 2018-05-13 11:32:47 +09:00
runner_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
show_exceptions_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
ssl_test.rb Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262) 2018-03-15 17:29:21 -04:00
static_test.rb Use ASCII-8BIT paths in ActionDispatch::Static 2018-03-22 04:23:49 +00:00
test_request_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
test_response_test.rb Deprecate ActionDispatch::TestResponse response aliases 2017-08-07 13:48:02 +10:00
uploaded_file_test.rb Add implicit to path conversion to uploaded file (#28676) 2018-07-22 10:00:40 +02:00
url_generation_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00