1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/test
Joel Hawksley a59e1de26a .annotate_template_file_names annotates HTML output with template file names
As a developer, when looking at a page in my web browser, it's sometimes
difficult to figure out which template(s) are being used to render the page.

config.action_view.annotate_template_file_names adds HTML comments to the
rendered output indicating where each template begins and ends.

Co-authored-by: Aaron Patterson <tenderlove@github.com>
2020-03-30 14:50:01 -06:00
..
analyzer Fix typo s/:heigh/:height/ 2019-10-03 15:42:47 +09:00
controllers Remove query params in DiskService 2019-12-06 16:52:30 -05:00
database Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
dummy .annotate_template_file_names annotates HTML output with template file names 2020-03-30 14:50:01 -06:00
fixtures/files Use a smaller TIFF file as fixture 2019-07-27 23:08:49 +05:30
jobs Correct test class name 2019-09-28 10:31:26 -04:00
models Only enqueue analysis jobs when blob is analyzable 2020-01-16 14:14:28 -05:00
previewer Change video preview format from PNG to JPG 2018-05-23 14:32:34 -04:00
service Remove query params in DiskService 2019-12-06 16:52:30 -05:00
template url -> URL where apt except inside actionpack/ 2019-04-01 22:56:35 +05:30
javascript_package_test.rb Enforce that activestorage compiled JS is in sync with source code 2019-10-18 18:02:02 -07:00
test_helper.rb Extract internal ActiveSupport::ConfigurationFile object 2020-02-10 02:50:12 +01:00