1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Brad Murray 89969dd711 Add 2 tests, 1 of which fails, to isolate the digest_caching behaviour causing #12521
If config.action_view.cache_template_loading = false, most likely in a development
configuration if config.cache_classes = false &
config.action_controller.perform_caching = true.

config.action_view.cache_template_loading defaults to the value of config.cache_classes
2013-10-15 11:06:50 +13:00
..
actionpack Moved viewpathstest into actionview/test/actionpack/controller 2013-10-09 20:09:33 +02:00
activerecord Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
fixtures Remove unused AV helper fixtures from e10a2531 2013-09-14 10:30:17 -07:00
lib/controller Moved viewpathstest into actionview/test/actionpack/controller 2013-10-09 20:09:33 +02:00
template Add 2 tests, 1 of which fails, to isolate the digest_caching behaviour causing #12521 2013-10-15 11:06:50 +13:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Do not load AV inside AP 2013-08-25 11:39:12 +02:00
active_record_unit.rb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00