APIdock / Ruby on Rails
/
Browse About
method

compiled_method_name

v2.0.3 - Show latest stable - Class: ActionView::Base
compiled_method_name(handler, template, file_name)
private

No documentation available.

# File actionpack/lib/action_view/base.rb, line 598
      def compiled_method_name(handler, template, file_name)
        ['_run', handler.to_s.demodulize.underscore, compiled_method_name_file_path_segment(file_name)].compact.join('_').to_sym
      end

Related methods

  • Instance methods
  • append_view_path
  • full_template_path
  • prepend_view_path
  • template_format
  • Class methods
  • handler_for_extension
  • register_default_template_handler
  • register_template_handler
  • template_handler_extensions
  • Private methods
  • privateassign_method_name
  • privateassign_variables_from_controller
  • privatecompile_template
  • privatecompile_template?
  • privatecompiled_method_name
  • privatecompiled_method_name_file_path_segment
  • privatecreate_template_source
  • privatedelegate_compile
  • privatedelegate_render
  • privateevaluate_assigns
  • privateextract_base_path_from
  • privatefind_base_path_for
  • privatefind_full_template_path
  • privatefind_template_extension_for
  • privatefind_template_extension_from_first_render
  • privatefind_template_extension_from_handler
  • privatepath_and_extension
  • privateread_template_file
  • privatesupports_local_assigns?
  • privatetemplate_changed_since?
  • privatetemplate_exists?
  • privatetemplate_handler_is_compilable?
  • privatewrap_content_for_layout
APIdock API Documentation Browser

© 2026 APIdock