Module: DynamicRendering::ActsAsDynamicallyRenderable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/dynamic_rendering/acts_as_dynamically_renderable.rb
Defined Under Namespace
Classes: HtmlPostProcessor, HtmlPreprocessor, HtmlProcessor, HtmlRenderer
Constant Summary collapse
- USE_DYNAMIC_RENDERING_FOR_USER_AGENTS =
/(googlebot|google-structured-data-testing-tool|bingbot)/i- MOBILE_USER_AGENT =
/mobile/i- MOBILE_VIEWPORT =
{ width: 410, height: 730 }
- DESKTOP_VIEWPORT =
{ width: 1400, height: 950 }