Module SimpleForm
In: lib/simple_form.rb
lib/simple_form/action_view_extensions/form_helper.rb
lib/simple_form/action_view_extensions/builder.rb
lib/simple_form/wrappers/many.rb
lib/simple_form/wrappers/single.rb
lib/simple_form/wrappers/builder.rb
lib/simple_form/wrappers/root.rb
lib/simple_form/wrappers.rb
lib/simple_form/helpers.rb
lib/simple_form/map_type.rb
lib/simple_form/form_builder.rb
lib/simple_form/inputs/collection_radio_buttons_input.rb
lib/simple_form/inputs/range_input.rb
lib/simple_form/inputs/date_time_input.rb
lib/simple_form/inputs/collection_select_input.rb
lib/simple_form/inputs/collection_check_boxes_input.rb
lib/simple_form/inputs/hidden_input.rb
lib/simple_form/inputs/collection_input.rb
lib/simple_form/inputs/numeric_input.rb
lib/simple_form/inputs/block_input.rb
lib/simple_form/inputs/text_input.rb
lib/simple_form/inputs/grouped_collection_select_input.rb
lib/simple_form/inputs/boolean_input.rb
lib/simple_form/inputs/base.rb
lib/simple_form/inputs/priority_input.rb
lib/simple_form/inputs/string_input.rb
lib/simple_form/inputs/file_input.rb
lib/simple_form/inputs/password_input.rb
lib/simple_form/version.rb
lib/simple_form/helpers/readonly.rb
lib/simple_form/helpers/required.rb
lib/simple_form/helpers/disabled.rb
lib/simple_form/helpers/autofocus.rb
lib/simple_form/helpers/validators.rb
lib/simple_form/components.rb
lib/simple_form/components/html5.rb
lib/simple_form/components/hints.rb
lib/simple_form/components/min_max.rb
lib/simple_form/components/placeholders.rb
lib/simple_form/components/readonly.rb
lib/simple_form/components/labels.rb
lib/simple_form/components/errors.rb
lib/simple_form/components/maxlength.rb
lib/simple_form/components/label_input.rb
lib/simple_form/components/pattern.rb
lib/simple_form/i18n_cache.rb
lib/simple_form/inputs.rb
lib/simple_form/error_notification.rb
lib/generators/simple_form/install_generator.rb

Methods

Classes and Modules

Module SimpleForm::ActionViewExtensions
Module SimpleForm::Components
Module SimpleForm::Generators
Module SimpleForm::Helpers
Module SimpleForm::I18nCache
Module SimpleForm::Inputs
Module SimpleForm::MapType
Module SimpleForm::Wrappers
Class SimpleForm::ErrorNotification
Class SimpleForm::FormBuilder
Class SimpleForm::WrapperNotFound

Constants

DEPRECATED = %w(hint_tag hint_class error_tag error_class error_notification_id wrapper_tag wrapper_class wrapper_error_class components html5)   SETUP
VERSION = "2.0.2".freeze

Public Class methods

Default way to setup SimpleForm. Run rails generate simple_form:install to create a fresh initializer with all configuration values.

Retrieves a given wrapper

Define a new wrapper using SimpleForm::Wrappers::Builder and store it in the given name.

[Validate]