method

compile_template?

rails latest stable - Class: ActionView::TemplateHandlers::Compilable

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.1.0) is shown here.

compile_template?(template)
private

Method to check whether template compilation is necessary. The template will be compiled if the inline template or file has not been compiled yet, if local_assigns has a new key, which isn’t supported by the compiled code yet, or if the file has changed on disk and checking file mods hasn’t been disabled.