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
Godfrey Chan e158ee50e6 Use AS::JSON for (de)serializing cookies
Use the Active Support JSON encoder for cookie jars using the `:json` or
`:hybrid` serializer. This allows you to serialize custom Ruby objects into
cookies by defining the `#as_json` hook on such objects.

Fixes #16520.
2014-08-17 12:41:42 -07:00
..
middleware_stack
request Merge pull request #13999 from jamox/update_rack 2014-07-08 11:46:56 -07:00
routing always test against a routed rack app so there are always url_helpers 2014-07-07 10:22:13 -07:00
session Regenerate sid when sbdy tries to fixate the session 2014-08-04 11:33:19 -03:00
callbacks_test.rb
cookies_test.rb Use AS::JSON for (de)serializing cookies 2014-08-17 12:41:42 -07:00
debug_exceptions_test.rb Merge pull request #16303 from rajcybage/removing_master 2014-07-28 17:22:53 +02:00
header_test.rb HTTP::Headers#key? correctly converts 2014-05-07 12:01:34 -05:00
live_response_test.rb use the body proxy to freeze headers 2014-03-12 17:40:08 -07:00
mapper_test.rb fewer operations on the options hash 2014-08-13 18:34:21 -07:00
middleware_stack_test.rb
mime_type_test.rb Mime::PNG is already defined. 2014-06-05 22:04:06 +08:00
mount_test.rb Rails-ish apps should descend from Rails::Railtie 2014-07-16 15:41:47 -07:00
prefix_generation_test.rb call the routes method on engines 2014-08-05 16:50:50 -07:00
rack_cache_test.rb
reloader_test.rb Reset callbacks after test. 2014-06-05 22:30:53 +08:00
request_id_test.rb
request_test.rb [ci skip] fix spelling of override 2014-08-13 16:47:28 +05:30
response_test.rb Restore Response.default_headers after test. 2014-06-05 22:52:13 +08:00
routing_assertions_test.rb
routing_test.rb Remove unnecessary call to #tap 2014-07-31 08:10:37 -03:00
show_exceptions_test.rb Stash original path in ShowExceptions middleware 2014-07-14 11:55:44 +01:00
ssl_test.rb Avoid URI parsing 2014-04-09 14:19:53 -03:00
static_test.rb
template_assertions_test.rb Improve description of tests. 2014-07-25 00:43:45 +08:00
test_request_test.rb
test_response_test.rb
uploaded_file_test.rb always transcode the file to utf-8 2014-07-16 11:35:27 -07:00
url_generation_test.rb always test against a routed rack app so there are always url_helpers 2014-07-07 10:22:13 -07:00