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
Ricardo Díaz ca7c820c69 Remove ActionDispatch::Flash::NullFlash
After #42167, all apps (except api only ones) have access to the flash
module. If the session store is disabled, then an empty flash object
is used.

This patch also prevents the flash from being committed to the session
if this is not enabled.
2021-05-18 21:26:24 -05:00
..
abstract Fix nil translation key lookup in controllers 2020-12-22 21:17:51 +07:00
assertions Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
controller Remove ActionDispatch::Flash::NullFlash 2021-05-18 21:26:24 -05:00
dispatch Explicitly fail on attempts to write into disabled sessions 2021-05-17 20:02:52 +02:00
fixtures Allow rails to serve brotli encoded assets 2020-06-01 08:57:02 -07:00
journey actionpack: Improve performance by allowing routes with custom regexes in the FSM. 2021-01-06 09:54:44 +11:00
lib Include layout when rendering objects from controllers 2020-10-14 11:49:45 -06:00
routing Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
support Move Path::Pattern factories into test helper 2020-07-27 12:23:33 -04:00
abstract_unit.rb Stop using a singleton for routes 2020-07-14 13:46:54 -04:00