rails/actionpack/test
Jordan Owens 918f0eea97 Prevent attempt to serve a request with a null byte
File paths cannot contain null byte characters and methods that do path
operations such as Rack::Utils#clean_path_info will raise unwanted
errors.
2016-01-12 14:05:54 -05:00
..
abstract Revert "ActionController::Base#process() now only takes an action name" 2015-10-29 16:18:27 -07:00
assertions Fix "instance variable not initialized" in tests 2015-12-17 21:20:25 -05:00
controller Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2 2015-12-31 09:04:42 +01:00
dispatch Prevent attempt to serve a request with a null byte 2016-01-12 14:05:54 -05:00
fixtures Add failing spec on utf8 filename with percent character 2015-08-04 21:27:22 +09:00
journey Remove TestRouter#add_routes 2015-09-29 13:43:11 +09:00
lib/controller Removing unused fake models 2014-09-07 22:51:14 -03:00
routing Remove deprecate *_path helpers in email views 2015-01-04 11:58:42 -03:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb mostly remove the ParamsParser middleware 2015-09-18 15:36:55 -07:00