rails/actionpack/test
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
..
abstract Partially revert deprecation of *_filter 2014-06-03 19:53:28 -03:00
assertions Change all MiniTest to Minitest since, MiniTest namespace has been renamed to Minitest 2013-12-18 14:39:50 +05:30
controller responders 1.x won't do it. Told you to RTFM for details! 2014-08-17 12:19:23 -07:00
dispatch Use AS::JSON for (de)serializing cookies 2014-08-17 12:41:42 -07:00
fixtures Remove more references to respond_with 2014-08-17 13:20:23 -04:00
journey Force encoding of US-ASCII to UTF-8 in unescape_uri. 2014-07-10 10:02:11 +01:00
lib/controller Eliminate JSON.{parse,load,generate,dump} and def to_json 2013-11-05 22:26:45 -08:00
routing Deprecate *_path methods in mailers 2014-07-30 12:01:45 -05:00
tmp
abstract_unit.rb UnexpectedErrors may reference exceptions that can't be dumped 2014-08-13 14:22:49 -07:00