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
Alberto Almagro 20104ba13d Remove Route#build as it wasn't used
After @kamipo CR feedback we realized `Route#build` wasn't used. As it
is also private API being able to create Routes both with `#new` and
`#build` was redundant.
2019-05-22 23:59:18 +02: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 Implemented deep_transform_keys/! for ActionController::Parameters 2019-05-22 16:04:31 +02:00
dispatch Keep part when scope option has value 2019-05-22 23:03:54 +02:00
fixtures Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
journey Remove Route#build as it wasn't used 2019-05-22 23:59:18 +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 Manage ActionDispatch::ActionableExceptions from the default middleware stack 2019-04-19 14:15:22 +09:00