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
John Hawthorn 06c703570a Remove :all symbol from Mime::ALL
.all isn't a valid file extension, so it shouldn't used as a symbol.
This also makes Mime::ALL better match how */* is parsed from an Accept
header.
2019-03-27 16:47:48 -07:00
..
abstract Module#{define_method,alias_method,undef_method,remove_method} become public since Ruby 2.5 2018-12-21 01:39:18 +09:00
assertions Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
controller Remove :all symbol from Mime::ALL 2019-03-27 16:47:48 -07:00
dispatch Merge pull request #35236 from renuo/fix-30467 2019-03-27 16:31:16 -04:00
fixtures Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
journey Restrict matching with word boundary or end of string 2019-02-05 14:13:38 +02:00
lib/controller Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
routing Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
abstract_unit.rb Use Testing::Parallelization in Action Packs's test 2018-11-28 16:10:14 +09:00