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
Edouard CHIN beb7fba632 Use the file_fixture_path for fixture_file_upload:
- We used the `fixture_path` before `file_fixture_path` was a thing,
  but now that we have the latter we should use it.

  `fixture_path` is solely used by Active Record so it seems wrong
  to be using that in ActionPack.
2020-05-05 15:28:56 +02:00
..
abstract Only compute :only and :except callback conditions once 2020-04-06 11:51:30 +02:00
assertions
controller Use the file_fixture_path for fixture_file_upload: 2020-05-05 15:28:56 +02:00
dispatch Heed config.force_ssl when building URL 2020-04-05 18:19:31 -05:00
fixtures Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
journey Remove unused journey code 2020-04-25 00:40:37 +09:00
lib Document view components support (#38656) 2020-03-13 23:52:49 +01:00
routing
abstract_unit.rb Fix typo 2020-05-03 05:43:01 +09:00