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
eileencodes 6f04ec1ee1
Stop using a singleton for routes
This change ensures we're no longer using a singleton for routes because
we want to change the routing table based on the controller we're
testing. We don't want the routing table to be global for the Action
Pack tests.

Co-authored-by: Aaron Patterson <tenderlove@ruby-lang.org>
2020-07-14 13:46:54 -04:00
..
abstract Unify raise_on_missing_translations for views and controllers 2020-05-20 02:42:59 +03:00
assertions
controller Deduplicate some routing data 2020-06-30 18:32:31 +02:00
dispatch Change default HTTP status to 308 for ActionDispatch::SSL. 2020-07-06 14:51:24 +08:00
fixtures Allow rails to serve brotli encoded assets 2020-06-01 08:57:02 -07:00
journey Convert route params array into object 2020-06-05 13:18:49 -04:00
lib Document view components support (#38656) 2020-03-13 23:52:49 +01:00
routing
abstract_unit.rb Stop using a singleton for routes 2020-07-14 13:46:54 -04:00