In Rails 6.1, raw file inclusion in templates have to be explicitly marked as HTML-safe, otherwise it's rendered as text.
		
			
				
	
	
	
		
			920 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			920 B
		
	
	
	
	
	
	
	
In Rails 6.1, raw file inclusion in templates have to be explicitly marked as HTML-safe, otherwise it's rendered as text.