What is a proper way in rails 4 to display an iframe?
Until upgrade from rails 3.x to rails 4 the following code worked normally and displayed a page inside another as it should.
<iframe src="http://google.com" frameborder="0" style="width:1050px;height:1230px;margin:0 auto;"></iframe> Were there any updates in rails 4 made as to how an iframe should be rendered? I googled for some hours now without success and would greatly appreciate any answers or suggestions you might have!