SYMBOL INDEX (590 symbols across 96 files) FILE: lib/generators/simple_form/install_generator.rb type SimpleForm (line 2) | module SimpleForm type Generators (line 3) | module Generators class InstallGenerator (line 4) | class InstallGenerator < Rails::Generators::Base method info_bootstrap (line 11) | def info_bootstrap method copy_config (line 18) | def copy_config method copy_scaffold_template (line 30) | def copy_scaffold_template method show_readme (line 35) | def show_readme FILE: lib/simple_form.rb type SimpleForm (line 10) | module SimpleForm function eager_load! (line 23) | def self.eager_load! function configured? (line 54) | def self.configured? #:nodoc: function deprecator (line 58) | def self.deprecator function wrapper (line 221) | def self.wrapper(name) class WrapperNotFound (line 226) | class WrapperNotFound < StandardError function wrappers (line 231) | def self.wrappers(*args, &block) function build (line 242) | def self.build(options = {}) function additional_classes_for (line 264) | def self.additional_classes_for(component) function default_input_size= (line 270) | def self.default_input_size=(*) function form_class= (line 274) | def self.form_class=(value) function file_methods= (line 279) | def self.file_methods=(file_methods) function file_methods (line 284) | def self.file_methods function setup (line 291) | def self.setup function include_component (line 331) | def self.include_component(component) FILE: lib/simple_form/action_view_extensions/builder.rb type SimpleForm (line 2) | module SimpleForm type ActionViewExtensions (line 3) | module ActionViewExtensions type Builder (line 6) | module Builder function simple_fields_for (line 17) | def simple_fields_for(*args, &block) type ActionView::Helpers (line 34) | module ActionView::Helpers class FormBuilder (line 35) | class FormBuilder FILE: lib/simple_form/action_view_extensions/form_helper.rb type SimpleForm (line 2) | module SimpleForm type ActionViewExtensions (line 3) | module ActionViewExtensions type FormHelper (line 12) | module FormHelper function simple_form_for (line 14) | def simple_form_for(record, options = {}, &block) function simple_fields_for (line 31) | def simple_fields_for(record_name, record_object = nil, options = ... function with_simple_form_field_error_proc (line 42) | def with_simple_form_field_error_proc function simple_form_css_class (line 52) | def simple_form_css_class(record, options) FILE: lib/simple_form/components.rb type SimpleForm (line 2) | module SimpleForm type Components (line 9) | module Components FILE: lib/simple_form/components/errors.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type Errors (line 4) | module Errors function error (line 5) | def error(wrapper_options = nil) function full_error (line 9) | def full_error(wrapper_options = nil) function has_errors? (line 13) | def has_errors? function has_value? (line 17) | def has_value? function valid? (line 21) | def valid? function error_text (line 27) | def error_text function full_error_text (line 33) | def full_error_text function object_with_errors? (line 37) | def object_with_errors? function error_method (line 41) | def error_method function errors (line 45) | def errors function full_errors (line 49) | def full_errors function errors_on_attribute (line 53) | def errors_on_attribute function full_errors_on_attribute (line 57) | def full_errors_on_attribute function errors_on_association (line 61) | def errors_on_association function full_errors_on_association (line 65) | def full_errors_on_association function has_custom_error? (line 69) | def has_custom_error? FILE: lib/simple_form/components/hints.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type Hints (line 5) | module Hints function hint (line 6) | def hint(wrapper_options = nil) function has_hint? (line 19) | def has_hint? FILE: lib/simple_form/components/html5.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type HTML5 (line 4) | module HTML5 function initialize (line 5) | def initialize(*) function html5 (line 9) | def html5(wrapper_options = nil) function html5? (line 17) | def html5? function input_html_required_option (line 21) | def input_html_required_option function has_required? (line 25) | def has_required? FILE: lib/simple_form/components/label_input.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type LabelInput (line 4) | module LabelInput function label_input (line 11) | def label_input(wrapper_options = nil) function deprecated_component (line 21) | def deprecated_component(namespace, wrapper_options) FILE: lib/simple_form/components/labels.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type Labels (line 4) | module Labels type ClassMethods (line 7) | module ClassMethods #:nodoc: function translate_required_html (line 8) | def translate_required_html function translate_required_text (line 14) | def translate_required_text function translate_required_mark (line 18) | def translate_required_mark function i18n_scope (line 24) | def i18n_scope function label (line 29) | def label(wrapper_options = nil) function label_text (line 39) | def label_text(wrapper_options = nil) function label_target (line 44) | def label_target function label_html_options (line 48) | def label_html_options function raw_label_text (line 63) | def raw_label_text #:nodoc: function required_label_text (line 68) | def required_label_text #:nodoc: function label_translation (line 73) | def label_translation #:nodoc: function generate_label_for_attribute? (line 83) | def generate_label_for_attribute? FILE: lib/simple_form/components/maxlength.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type Maxlength (line 5) | module Maxlength function maxlength (line 6) | def maxlength(wrapper_options = nil) function maximum_length_from_validation (line 13) | def maximum_length_from_validation function find_length_validator (line 23) | def find_length_validator function maximum_length_value_from (line 27) | def maximum_length_value_from(length_validator) FILE: lib/simple_form/components/min_max.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type MinMax (line 4) | module MinMax function min_max (line 5) | def min_max(wrapper_options = nil) function integer? (line 16) | def integer? function minimum_value (line 20) | def minimum_value(validator_options) function maximum_value (line 28) | def maximum_value(validator_options) function find_numericality_validator (line 36) | def find_numericality_validator FILE: lib/simple_form/components/minlength.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type Minlength (line 5) | module Minlength function minlength (line 6) | def minlength(wrapper_options = nil) function minimum_length_from_validation (line 13) | def minimum_length_from_validation function find_length_validator (line 23) | def find_length_validator function minimum_length_value_from (line 27) | def minimum_length_value_from(length_validator) FILE: lib/simple_form/components/pattern.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type Pattern (line 5) | module Pattern function pattern (line 6) | def pattern(wrapper_options = nil) function pattern_source (line 13) | def pattern_source function find_pattern_validator (line 22) | def find_pattern_validator FILE: lib/simple_form/components/placeholders.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type Placeholders (line 5) | module Placeholders function placeholder (line 6) | def placeholder(wrapper_options = nil) function placeholder_text (line 11) | def placeholder_text(wrapper_options = nil) FILE: lib/simple_form/components/readonly.rb type SimpleForm (line 2) | module SimpleForm type Components (line 3) | module Components type Readonly (line 5) | module Readonly function readonly (line 6) | def readonly(wrapper_options = nil) function readonly_attribute? (line 16) | def readonly_attribute? FILE: lib/simple_form/error_notification.rb type SimpleForm (line 2) | module SimpleForm class ErrorNotification (line 3) | class ErrorNotification method initialize (line 6) | def initialize(builder, options) method render (line 12) | def render method errors (line 20) | def errors method has_errors? (line 24) | def has_errors? method error_message (line 28) | def error_message method error_notification_tag (line 32) | def error_notification_tag method html_options (line 36) | def html_options method translate_error_notification (line 41) | def translate_error_notification FILE: lib/simple_form/form_builder.rb type SimpleForm (line 6) | module SimpleForm class FormBuilder (line 7) | class FormBuilder < ActionView::Helpers::FormBuilder method discovery_cache (line 37) | def self.discovery_cache method initialize (line 41) | def initialize(*) #:nodoc: method input (line 118) | def input(attribute_name, options = {}, &block) method input_field (line 165) | def input_field(attribute_name, options = {}) method association (line 207) | def association(association, options = {}, &block) method button (line 237) | def button(type, *args, &block) method error (line 256) | def error(attribute_name, options = {}) method full_error (line 273) | def full_error(attribute_name, options = {}) method hint (line 295) | def hint(attribute_name, options = {}) method label (line 324) | def label(attribute_name, *args) method error_notification (line 346) | def error_notification(options = {}) method collection_radio_buttons (line 397) | def collection_radio_buttons(method, collection, value_method, text_... method collection_check_boxes (line 451) | def collection_check_boxes(method, collection, value_method, text_me... method lookup_model_names (line 463) | def lookup_model_names #:nodoc: method lookup_action (line 474) | def lookup_action #:nodoc: method fetch_association_collection (line 485) | def fetch_association_collection(reflection, options) method build_association_attribute (line 508) | def build_association_attribute(reflection, association, options) method find_input (line 531) | def find_input(attribute_name, options = {}, &block) method default_input_type (line 545) | def default_input_type(attribute_name, column, options) method find_custom_type (line 570) | def find_custom_type(attribute_name) method file_method? (line 592) | def file_method?(attribute_name) method find_attribute_column (line 600) | def find_attribute_column(attribute_name) method find_association_reflection (line 612) | def find_association_reflection(association) method find_mapping (line 625) | def find_mapping(input_type) method find_wrapper_mapping (line 642) | def find_wrapper_mapping(input_type) method find_wrapper (line 650) | def find_wrapper(input_type, options) method discovery_cache (line 660) | def discovery_cache method mapping_override (line 668) | def mapping_override(klass) method attempt_mapping (line 677) | def attempt_mapping(mapping, at) method attempt_mapping_with_custom_namespace (line 687) | def attempt_mapping_with_custom_namespace(input_name) method build_input_field_components (line 697) | def build_input_field_components(components) method build_input_field_options (line 707) | def build_input_field_options FILE: lib/simple_form/helpers.rb type SimpleForm (line 2) | module SimpleForm type Helpers (line 6) | module Helpers FILE: lib/simple_form/helpers/autofocus.rb type SimpleForm (line 2) | module SimpleForm type Helpers (line 3) | module Helpers type Autofocus (line 4) | module Autofocus function has_autofocus? (line 7) | def has_autofocus? FILE: lib/simple_form/helpers/disabled.rb type SimpleForm (line 2) | module SimpleForm type Helpers (line 3) | module Helpers type Disabled (line 4) | module Disabled function has_disabled? (line 7) | def has_disabled? function disabled_class (line 11) | def disabled_class FILE: lib/simple_form/helpers/readonly.rb type SimpleForm (line 2) | module SimpleForm type Helpers (line 3) | module Helpers type Readonly (line 4) | module Readonly function readonly_class (line 7) | def readonly_class function has_readonly? (line 11) | def has_readonly? FILE: lib/simple_form/helpers/required.rb type SimpleForm (line 2) | module SimpleForm type Helpers (line 3) | module Helpers type Required (line 4) | module Required function required_field? (line 7) | def required_field? function calculate_required (line 11) | def calculate_required function required_by_validators? (line 21) | def required_by_validators? function required_by_default? (line 25) | def required_by_default? function required_class (line 31) | def required_class FILE: lib/simple_form/helpers/validators.rb type SimpleForm (line 2) | module SimpleForm type Helpers (line 3) | module Helpers type Validators (line 4) | module Validators function has_validators? (line 5) | def has_validators? function attribute_validators (line 11) | def attribute_validators function reflection_validators (line 15) | def reflection_validators function valid_validator? (line 19) | def valid_validator?(validator) function conditional_validators? (line 23) | def conditional_validators?(validator) function action_validator_match? (line 27) | def action_validator_match?(validator) function find_validator (line 40) | def find_validator(kind) function resolve_validator_value (line 46) | def resolve_validator_value(value) FILE: lib/simple_form/inputs.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs FILE: lib/simple_form/inputs/base.rb type SimpleForm (line 5) | module SimpleForm type Inputs (line 6) | module Inputs class Base (line 7) | class Base method enable (line 36) | def self.enable(*keys) method disable (line 42) | def self.disable(*keys) method initialize (line 54) | def initialize(builder, attribute_name, column, input_type, option... method input (line 86) | def input(wrapper_options = nil) method input_options (line 90) | def input_options method additional_classes (line 94) | def additional_classes method input_class (line 98) | def input_class method limit (line 104) | def limit method column_limit (line 110) | def column_limit method decimal_limit (line 115) | def decimal_limit method decimal_or_float? (line 119) | def decimal_or_float? method nested_boolean_style? (line 123) | def nested_boolean_style? method reflection_or_attribute_name (line 128) | def reflection_or_attribute_name method html_options_for (line 133) | def html_options_for(namespace, css_classes) method translate_from_namespace (line 174) | def translate_from_namespace(namespace, default = '') method merge_wrapper_options (line 192) | def merge_wrapper_options(options, wrapper_options) method set_input_classes (line 211) | def set_input_classes(wrapper_options) method i18n_scope (line 227) | def i18n_scope FILE: lib/simple_form/inputs/block_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class BlockInput (line 4) | class BlockInput < Base method initialize (line 5) | def initialize(*args, &block) method input (line 10) | def input(wrapper_options = nil) FILE: lib/simple_form/inputs/boolean_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class BooleanInput (line 4) | class BooleanInput < Base method input (line 5) | def input(wrapper_options = nil) method label_input (line 23) | def label_input(wrapper_options = nil) method boolean_label_class (line 44) | def boolean_label_class method build_check_box (line 52) | def build_check_box(unchecked_value, options) method build_check_box_without_hidden_field (line 58) | def build_check_box_without_hidden_field(options) method build_hidden_field_for_checkbox (line 66) | def build_hidden_field_for_checkbox method inline_label? (line 75) | def inline_label? method inline_label (line 79) | def inline_label method required_by_default? (line 91) | def required_by_default? method include_hidden? (line 95) | def include_hidden? method checked_value (line 99) | def checked_value method unchecked_value (line 103) | def unchecked_value FILE: lib/simple_form/inputs/collection_check_boxes_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class CollectionCheckBoxesInput (line 4) | class CollectionCheckBoxesInput < CollectionRadioButtonsInput method has_required? (line 9) | def has_required? method build_nested_boolean_style_item_tag (line 13) | def build_nested_boolean_style_item_tag(collection_builder) method item_wrapper_class (line 17) | def item_wrapper_class FILE: lib/simple_form/inputs/collection_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class CollectionInput (line 4) | class CollectionInput < Base method boolean_collection (line 12) | def self.boolean_collection method input (line 17) | def input(wrapper_options = nil) method input_options (line 22) | def input_options method collection (line 34) | def collection method has_required? (line 41) | def has_required? method skip_include_blank? (line 46) | def skip_include_blank? method multiple? (line 50) | def multiple? method detect_collection_methods (line 59) | def detect_collection_methods method detect_common_display_methods (line 71) | def detect_common_display_methods(collection_classes = detect_coll... method detect_method_from_class (line 83) | def detect_method_from_class(collection_classes) method detect_collection_classes (line 90) | def detect_collection_classes(some_collection = collection) method collection_includes_basic_objects? (line 94) | def collection_includes_basic_objects?(collection_classes) method translate_collection (line 98) | def translate_collection method translate_option (line 113) | def translate_option(options, key) FILE: lib/simple_form/inputs/collection_radio_buttons_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class CollectionRadioButtonsInput (line 4) | class CollectionRadioButtonsInput < CollectionInput method input (line 5) | def input(wrapper_options = nil) method input_options (line 17) | def input_options method apply_default_collection_options! (line 25) | def apply_default_collection_options!(options) method collection_block_for_nested_boolean_style (line 37) | def collection_block_for_nested_boolean_style method build_nested_boolean_style_item_tag (line 43) | def build_nested_boolean_style_item_tag(collection_builder) method item_wrapper_class (line 47) | def item_wrapper_class method generate_label_for_attribute? (line 54) | def generate_label_for_attribute? FILE: lib/simple_form/inputs/collection_select_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class CollectionSelectInput (line 4) | class CollectionSelectInput < CollectionInput method input (line 5) | def input(wrapper_options = nil) FILE: lib/simple_form/inputs/color_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class ColorInput (line 4) | class ColorInput < Base method input (line 5) | def input(wrapper_options = nil) FILE: lib/simple_form/inputs/date_time_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class DateTimeInput (line 4) | class DateTimeInput < Base method input (line 5) | def input(wrapper_options = nil) method label_target (line 17) | def label_target method use_html5_inputs? (line 34) | def use_html5_inputs? FILE: lib/simple_form/inputs/file_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class FileInput (line 4) | class FileInput < Base method input (line 5) | def input(wrapper_options = nil) FILE: lib/simple_form/inputs/grouped_collection_select_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class GroupedCollectionSelectInput (line 4) | class GroupedCollectionSelectInput < CollectionInput method input (line 5) | def input(wrapper_options = nil) method grouped_collection (line 17) | def grouped_collection method collection (line 25) | def collection method group_method (line 29) | def group_method method group_label_method (line 33) | def group_label_method method detect_method_from_class (line 44) | def detect_method_from_class(collection_classes) FILE: lib/simple_form/inputs/hidden_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class HiddenInput (line 4) | class HiddenInput < Base method input (line 7) | def input(wrapper_options = nil) method required_class (line 15) | def required_class FILE: lib/simple_form/inputs/numeric_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class NumericInput (line 4) | class NumericInput < Base method input (line 7) | def input(wrapper_options = nil) FILE: lib/simple_form/inputs/password_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class PasswordInput (line 4) | class PasswordInput < Base method input (line 7) | def input(wrapper_options = nil) FILE: lib/simple_form/inputs/priority_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class PriorityInput (line 4) | class PriorityInput < CollectionSelectInput method input (line 5) | def input(wrapper_options = nil) method input_priority (line 11) | def input_priority method country_input (line 17) | def country_input(merged_input_options) method time_zone_input (line 24) | def time_zone_input(merged_input_options) method skip_include_blank? (line 32) | def skip_include_blank? FILE: lib/simple_form/inputs/range_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class RangeInput (line 4) | class RangeInput < NumericInput method input (line 5) | def input(wrapper_options = nil) FILE: lib/simple_form/inputs/rich_text_area_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class RichTextAreaInput (line 4) | class RichTextAreaInput < Base method input (line 7) | def input(wrapper_options = nil) FILE: lib/simple_form/inputs/string_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class StringInput (line 4) | class StringInput < Base method input (line 7) | def input(wrapper_options = nil) method string? (line 20) | def string? FILE: lib/simple_form/inputs/text_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class TextInput (line 4) | class TextInput < Base method input (line 7) | def input(wrapper_options = nil) FILE: lib/simple_form/inputs/weekday_input.rb type SimpleForm (line 2) | module SimpleForm type Inputs (line 3) | module Inputs class WeekdayInput (line 4) | class WeekdayInput < CollectionSelectInput method input (line 7) | def input(wrapper_options = nil) FILE: lib/simple_form/map_type.rb type SimpleForm (line 4) | module SimpleForm type MapType (line 5) | module MapType function extended (line 6) | def self.extended(base) function map_type (line 11) | def map_type(*types) FILE: lib/simple_form/railtie.rb type SimpleForm (line 4) | module SimpleForm class Railtie (line 5) | class Railtie < Rails::Railtie FILE: lib/simple_form/tags.rb type SimpleForm (line 2) | module SimpleForm type Tags (line 3) | module Tags type CollectionExtensions (line 4) | module CollectionExtensions function render_collection (line 7) | def render_collection function wrap_rendered_collection (line 29) | def wrap_rendered_collection(collection) class CollectionRadioButtons (line 41) | class CollectionRadioButtons < ActionView::Helpers::Tags::Collection... method render (line 44) | def render method render_component (line 50) | def render_component(builder) class CollectionCheckBoxes (line 57) | class CollectionCheckBoxes < ActionView::Helpers::Tags::CollectionCh... method render (line 60) | def render method render_component (line 66) | def render_component(builder) FILE: lib/simple_form/version.rb type SimpleForm (line 2) | module SimpleForm FILE: lib/simple_form/wrappers.rb type SimpleForm (line 2) | module SimpleForm type Wrappers (line 3) | module Wrappers FILE: lib/simple_form/wrappers/builder.rb type SimpleForm (line 2) | module SimpleForm type Wrappers (line 3) | module Wrappers class Builder (line 43) | class Builder method initialize (line 44) | def initialize(options) method use (line 49) | def use(name, options = {}) method optional (line 57) | def optional(name, options = {}, &block) method wrapper (line 62) | def wrapper(name, options = nil) method to_a (line 75) | def to_a FILE: lib/simple_form/wrappers/leaf.rb type SimpleForm (line 2) | module SimpleForm type Wrappers (line 3) | module Wrappers class Leaf (line 4) | class Leaf method initialize (line 7) | def initialize(namespace, options = {}) method render (line 12) | def render(input) method find (line 24) | def find(name) FILE: lib/simple_form/wrappers/many.rb type SimpleForm (line 2) | module SimpleForm type Wrappers (line 3) | module Wrappers class Many (line 12) | class Many method initialize (line 15) | def initialize(namespace, components, defaults = {}) method render (line 23) | def render(input) method find (line 36) | def find(name) method wrap (line 52) | def wrap(input, options, content) method html_options (line 65) | def html_options(options) method html_classes (line 69) | def html_classes(input, options) FILE: lib/simple_form/wrappers/root.rb type SimpleForm (line 2) | module SimpleForm type Wrappers (line 3) | module Wrappers class Root (line 6) | class Root < Many method initialize (line 9) | def initialize(*args) method render (line 14) | def render(input) method find (line 20) | def find(name) method html_classes (line 26) | def html_classes(input, options) method html_class (line 37) | def html_class(key, options) FILE: lib/simple_form/wrappers/single.rb type SimpleForm (line 2) | module SimpleForm type Wrappers (line 3) | module Wrappers class Single (line 5) | class Single < Many method initialize (line 6) | def initialize(name, wrapper_options = {}, options = {}) method render (line 12) | def render(input) method html_options (line 22) | def html_options(options) FILE: test/action_view_extensions/builder_test.rb class BuilderTest (line 4) | class BuilderTest < ActionView::TestCase method with_custom_form_for (line 5) | def with_custom_form_for(object, *args, &block) method with_collection_radio_buttons (line 12) | def with_collection_radio_buttons(object, attribute, collection, value... method with_collection_check_boxes (line 18) | def with_collection_check_boxes(object, attribute, collection, value_m... FILE: test/action_view_extensions/form_helper_test.rb class FormHelperTest (line 4) | class FormHelperTest < ActionView::TestCase method swap_field_error_proc (line 165) | def swap_field_error_proc(expected_error_proc = -> {}) FILE: test/components/custom_components_test.rb type Numbers (line 6) | module Numbers function number (line 7) | def number(wrapper_options = nil) type InputGroup (line 13) | module InputGroup function prepend (line 14) | def prepend(wrapper_options = nil) function append (line 19) | def append(wrapper_options = nil) class CustomComponentsTest (line 25) | class CustomComponentsTest < ActionView::TestCase FILE: test/components/label_test.rb class IsolatedLabelTest (line 6) | class IsolatedLabelTest < ActionView::TestCase method with_label_for (line 7) | def with_label_for(object, attribute_name, type, options = {}) method action_name (line 60) | def @controller.action_name; nil; end FILE: test/form_builder/association_test.rb class AssociationTest (line 5) | class AssociationTest < ActionView::TestCase method with_association_for (line 6) | def with_association_for(object, *args) FILE: test/form_builder/button_test.rb class ButtonTest (line 5) | class ButtonTest < ActionView::TestCase method with_button_for (line 6) | def with_button_for(object, *args) FILE: test/form_builder/error_notification_test.rb class ErrorNotificationTest (line 6) | class ErrorNotificationTest < ActionView::TestCase method with_error_notification_for (line 7) | def with_error_notification_for(object, options = {}, &block) FILE: test/form_builder/error_test.rb class ErrorTest (line 5) | class ErrorTest < ActionView::TestCase method with_error_for (line 6) | def with_error_for(object, *args) method with_full_error_for (line 12) | def with_full_error_for(object, *args) FILE: test/form_builder/general_test.rb class FormBuilderTest (line 5) | class FormBuilderTest < ActionView::TestCase method with_custom_form_for (line 6) | def with_custom_form_for(object, *args, &block) FILE: test/form_builder/hint_test.rb class HintTest (line 5) | class HintTest < ActionView::TestCase method with_hint_for (line 6) | def with_hint_for(object, *args) FILE: test/form_builder/input_field_test.rb class InputFieldTest (line 5) | class InputFieldTest < ActionView::TestCase FILE: test/form_builder/label_test.rb class LabelTest (line 5) | class LabelTest < ActionView::TestCase method with_label_for (line 6) | def with_label_for(object, *args, &block) FILE: test/form_builder/wrapper_test.rb class WrapperTest (line 4) | class WrapperTest < ActionView::TestCase FILE: test/generators/simple_form_generator_test.rb class SimpleFormGeneratorTest (line 4) | class SimpleFormGeneratorTest < Rails::Generators::TestCase FILE: test/inputs/boolean_input_test.rb class BooleanInputTest (line 5) | class BooleanInputTest < ActionView::TestCase FILE: test/inputs/collection_check_boxes_input_test.rb class CollectionCheckBoxesInputTest (line 5) | class CollectionCheckBoxesInputTest < ActionView::TestCase FILE: test/inputs/collection_radio_buttons_input_test.rb class CollectionRadioButtonsInputTest (line 5) | class CollectionRadioButtonsInputTest < ActionView::TestCase FILE: test/inputs/collection_select_input_test.rb class CollectionSelectInputTest (line 5) | class CollectionSelectInputTest < ActionView::TestCase FILE: test/inputs/color_input_test.rb class ColorInputTest (line 5) | class ColorInputTest < ActionView::TestCase FILE: test/inputs/country_input_test.rb class CountryInputTest (line 5) | class CountryInputTest < ActionView::TestCase FILE: test/inputs/datetime_input_test.rb class DateTimeInputWithHtml5Test (line 6) | class DateTimeInputWithHtml5Test < ActionView::TestCase class DateTimeInputWithoutHtml5Test (line 50) | class DateTimeInputWithoutHtml5Test < ActionView::TestCase FILE: test/inputs/disabled_test.rb class DisabledTest (line 4) | class DisabledTest < ActionView::TestCase FILE: test/inputs/discovery_test.rb class DiscoveryTest (line 4) | class DiscoveryTest < ActionView::TestCase method discovery (line 6) | def discovery(value = false) FILE: test/inputs/file_input_test.rb class FileInputTest (line 5) | class FileInputTest < ActionView::TestCase FILE: test/inputs/general_test.rb class InputTest (line 5) | class InputTest < ActionView::TestCase FILE: test/inputs/grouped_collection_select_input_test.rb class GroupedCollectionSelectInputTest (line 5) | class GroupedCollectionSelectInputTest < ActionView::TestCase FILE: test/inputs/hidden_input_test.rb class HiddenInputTest (line 5) | class HiddenInputTest < ActionView::TestCase FILE: test/inputs/numeric_input_test.rb class NumericInputTest (line 5) | class NumericInputTest < ActionView::TestCase FILE: test/inputs/readonly_test.rb class ReadonlyTest (line 4) | class ReadonlyTest < ActionView::TestCase FILE: test/inputs/required_test.rb class RequiredTest (line 4) | class RequiredTest < ActionView::TestCase FILE: test/inputs/rich_text_area_input_test.rb class RichTextAreaInputTest (line 5) | class RichTextAreaInputTest < ActionView::TestCase FILE: test/inputs/string_input_test.rb class StringInputTest (line 5) | class StringInputTest < ActionView::TestCase FILE: test/inputs/text_input_test.rb class TextInputTest (line 5) | class TextInputTest < ActionView::TestCase FILE: test/inputs/time_zone_input_test.rb class TimeZoneInputTest (line 5) | class TimeZoneInputTest < ActionView::TestCase FILE: test/inputs/weekday_input_test.rb class WeekdayInputTest (line 5) | class WeekdayInputTest < ActionView::TestCase FILE: test/simple_form_test.rb class SimpleFormTest (line 4) | class SimpleFormTest < ActiveSupport::TestCase FILE: test/support/discovery_inputs.rb class StringInput (line 2) | class StringInput < SimpleForm::Inputs::StringInput method input (line 3) | def input(wrapper_options = nil) class NumericInput (line 8) | class NumericInput < SimpleForm::Inputs::NumericInput method input (line 9) | def input(wrapper_options = nil) class CustomizedInput (line 14) | class CustomizedInput < SimpleForm::Inputs::StringInput method input (line 15) | def input(wrapper_options = nil) method input_method (line 19) | def input_method class DeprecatedInput (line 24) | class DeprecatedInput < SimpleForm::Inputs::StringInput method input (line 25) | def input method input_method (line 29) | def input_method class CollectionSelectInput (line 34) | class CollectionSelectInput < SimpleForm::Inputs::CollectionSelectInput method input_html_classes (line 35) | def input_html_classes class FileInput (line 40) | class FileInput < SimpleForm::Inputs::FileInput method input_html_classes (line 41) | def input_html_classes type CustomInputs (line 47) | module CustomInputs class CustomizedInput (line 48) | class CustomizedInput < SimpleForm::Inputs::StringInput method input_html_classes (line 49) | def input_html_classes class PasswordInput (line 54) | class PasswordInput < SimpleForm::Inputs::PasswordInput method input_html_classes (line 55) | def input_html_classes class NumericInput (line 60) | class NumericInput < SimpleForm::Inputs::PasswordInput method input_html_classes (line 61) | def input_html_classes FILE: test/support/misc_helpers.rb type MiscHelpers (line 2) | module MiscHelpers function store_translations (line 3) | def store_translations(locale, translations, &block) function assert_no_select (line 11) | def assert_no_select(selector, value = nil) function swap (line 15) | def swap(object, new_values) function stub_any_instance (line 28) | def stub_any_instance(klass, method, value) function swap_wrapper (line 50) | def swap_wrapper(name = :default, wrapper = custom_wrapper) function custom_wrapper (line 58) | def custom_wrapper function custom_wrapper_with_wrapped_optional_component (line 72) | def custom_wrapper_with_wrapped_optional_component function custom_wrapper_with_unless_blank (line 80) | def custom_wrapper_with_unless_blank function custom_wrapper_with_input_class (line 88) | def custom_wrapper_with_input_class function custom_wrapper_with_input_data_modal (line 95) | def custom_wrapper_with_input_data_modal function custom_wrapper_with_input_aria_modal (line 102) | def custom_wrapper_with_input_aria_modal function custom_wrapper_with_label_class (line 109) | def custom_wrapper_with_label_class function custom_wrapper_with_input_attributes (line 116) | def custom_wrapper_with_input_attributes function custom_wrapper_with_label_input_class (line 122) | def custom_wrapper_with_label_input_class function custom_wrapper_with_wrapped_input (line 128) | def custom_wrapper_with_wrapped_input function custom_wrapper_with_wrapped_label (line 137) | def custom_wrapper_with_wrapped_label function custom_wrapper_without_top_level (line 146) | def custom_wrapper_without_top_level function custom_wrapper_without_class (line 154) | def custom_wrapper_without_class function custom_wrapper_with_label_html_option (line 160) | def custom_wrapper_with_label_html_option function custom_wrapper_with_wrapped_label_input (line 166) | def custom_wrapper_with_wrapped_label_input function custom_wrapper_with_additional_attributes (line 172) | def custom_wrapper_with_additional_attributes function custom_wrapper_with_full_error (line 178) | def custom_wrapper_with_full_error function custom_wrapper_with_label_text (line 184) | def custom_wrapper_with_label_text function custom_wrapper_with_custom_label_component (line 190) | def custom_wrapper_with_custom_label_component function custom_wrapper_with_html5_components (line 196) | def custom_wrapper_with_html5_components function custom_wrapper_with_required_input (line 202) | def custom_wrapper_with_required_input function custom_wrapper_with_input_error_class (line 209) | def custom_wrapper_with_input_error_class function custom_wrapper_with_input_valid_class (line 216) | def custom_wrapper_with_input_valid_class(valid_class: :field_without_... function custom_form_for (line 223) | def custom_form_for(object, *args, &block) function custom_mapping_form_for (line 227) | def custom_mapping_form_for(object, *args, &block) function with_concat_form_for (line 231) | def with_concat_form_for(*args, &block) function with_concat_fields_for (line 235) | def with_concat_fields_for(*args, &block) function with_concat_custom_form_for (line 239) | def with_concat_custom_form_for(*args, &block) function with_concat_custom_mapping_form_for (line 243) | def with_concat_custom_mapping_form_for(*args, &block) function with_form_for (line 247) | def with_form_for(object, *args, &block) function with_input_for (line 253) | def with_input_for(object, attribute_name, type, options = {}) function with_input_field_for (line 259) | def with_input_field_for(object, *args) class CustomFormBuilder (line 266) | class CustomFormBuilder < SimpleForm::FormBuilder method input (line 267) | def input(attribute_name, *args, &block) class CustomMapTypeFormBuilder (line 272) | class CustomMapTypeFormBuilder < SimpleForm::FormBuilder FILE: test/support/mock_controller.rb class MockController (line 2) | class MockController method _routes (line 5) | def _routes method action_name (line 9) | def action_name method url_for (line 13) | def url_for(*) method url_options (line 17) | def url_options method polymorphic_mappings (line 21) | def polymorphic_mappings(*); {}; end method hash_for_user_path (line 23) | def hash_for_user_path(*); end method hash_for_validating_user_path (line 25) | def hash_for_validating_user_path(*); end method hash_for_other_validating_user_path (line 27) | def hash_for_other_validating_user_path(*); end method hash_for_users_path (line 29) | def hash_for_users_path(*); end FILE: test/support/models.rb function where (line 10) | def where(conditions = nil) function order (line 14) | def order(conditions = nil) function to_model (line 23) | def to_model function where (line 32) | def self.where(conditions = nil) function all (line 40) | def self.all function _relation (line 53) | def self._relation function all (line 57) | def self.all function persisted? (line 61) | def persisted? function all (line 70) | def self.all function persisted? (line 74) | def persisted? class Tag (line 79) | class Tag < Company method group_method (line 80) | def group_method class User (line 87) | class User method build (line 100) | def self.build(extra_attributes = {}) method initialize (line 111) | def initialize(options = {}) method new_record! (line 118) | def new_record! method persisted? (line 122) | def persisted? method company_attributes= (line 126) | def company_attributes=(*) method tags_attributes= (line 129) | def tags_attributes=(*) method column_for_attribute (line 132) | def column_for_attribute(attribute) class ::ActiveModel::Type::Text (line 160) | class ::ActiveModel::Type::Text < ActiveModel::Type::String method type (line 161) | def type; :text; end method type_for_attribute (line 165) | def type_for_attribute(attribute) method has_attribute? (line 194) | def has_attribute?(attribute) method human_attribute_name (line 205) | def self.human_attribute_name(attribute, options = {}) method reflect_on_association (line 220) | def self.reflect_on_association(association) method errors (line 243) | def errors method readonly_attributes (line 256) | def self.readonly_attributes class ValidatingUser (line 261) | class ValidatingUser < User method min_amount (line 294) | def min_amount method max_amount (line 298) | def max_amount method min_attempts (line 302) | def min_attempts method max_attempts (line 306) | def max_attempts class OtherValidatingUser (line 311) | class OtherValidatingUser < User class HashBackedAuthor (line 331) | class HashBackedAuthor < Hash method persisted? (line 335) | def persisted?; false; end method name (line 337) | def name class UserNumber1And2 (line 342) | class UserNumber1And2 < User class UserWithAttachment (line 345) | class UserWithAttachment < User method avatar_attachment (line 346) | def avatar_attachment method avatars_attachments (line 350) | def avatars_attachments method remote_cover_url (line 354) | def remote_cover_url method profile_image_attacher (line 358) | def profile_image_attacher method portrait_file_name (line 362) | def portrait_file_name FILE: test/test_helper.rb type Rails (line 13) | module Rails function env (line 14) | def self.env class ActionView::TestCase (line 40) | class ActionView::TestCase method set_controller (line 49) | def set_controller method setup_users (line 53) | def setup_users(extra_attributes = {}) method protect_against_forgery? (line 74) | def protect_against_forgery? method user_path (line 78) | def user_path(*args) method company_user_path (line 82) | def company_user_path(*args)