rails/actionview/test
Jean Boussier 9ea92d4cda Also pass local_assigns to strict locals templates
If one of the locals conflict with a keyword, typically `class`.

The potentially confusing part however is that if you define a default
value, `local_assigns` won't respect it.
2024-06-24 09:16:03 +02:00
..
actionpack Action View Tests: Use #with_routing helper 2024-04-18 19:38:31 -04:00
activerecord Replace allocations count by GC time in request logs 2024-05-08 23:02:35 +02:00
fixtures Introduce ActionView::TestCase.register_parser 2023-09-27 02:03:23 +00:00
lib Remove usage of OpenStruct 2024-04-09 21:35:08 +03:00
template Also pass local_assigns to strict locals templates 2024-06-24 09:16:03 +02:00
abstract_unit.rb Action View Tests: Use #with_routing helper 2024-04-18 19:38:31 -04:00
active_record_unit.rb Remove support for oracle, sqlserver and JRuby specific database adapters from the new and db:system:change commands. The supported options are sqlite3, mysql, postgresql and trilogy. 2024-05-13 14:07:47 -04:00
buffers_test.rb Add OutputBuffer#raw and #capture to reduce the need to swap the buffer 2022-08-03 12:56:34 +02:00