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
Aaron Patterson d6bac04692
keep layouts + locals from bloating the cache
Using locals will cause layouts to be cached multiple times in the
template cache.  This commit removes locals from consideration when
looking up the layout.
2016-05-17 11:28:51 -07:00
..
actionpack keep layouts + locals from bloating the cache 2016-05-17 11:28:51 -07:00
activerecord Fix calling cache helper with a relation 2015-08-28 17:26:09 +10:00
fixtures Add render allows unicode text name in partials - 🍣 2016-04-17 19:18:50 +05:30
lib/controller Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_submit_button_value" 2016-03-05 17:26:04 -03:00
template Extract resolver cache disabling to a method. 2016-05-09 20:11:02 +02:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Silence deprecation message for dynamic controller and actions on action_view test cases 2016-03-07 03:57:16 +02:00
active_record_unit.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00