APIdock / Ruby on Rails
/
Browse About
method

evaluate_assigns

v2.0.3 - Show latest stable - Class: ActionView::Base
evaluate_assigns()
private

Evaluate the local assigns and pushes them to the view.

# File actionpack/lib/action_view/base.rb, line 512
      def evaluate_assigns
        unless @assigns_added
          assign_variables_from_controller
          @assigns_added = true
        end
      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

Measure software delivery performance with DORA metrics in Swarmia.

© 2026 APIdock