Actions
Patch #43428
closedUpdate Rails to 8.1
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Note for 3rd patch
ActionController::TestCase traditionally passed an empty string to the controller when it received nil as a parameter.
Due to the fix in https://github.com/rails/rails/pull/53962
it is now possible for the controller to receive nil as a parameter depending on how the query string is written.
While we have corrected existing code where necessary, there may be other places that require attention.
Files
Related issues
Actions