ErrLookup › heartcombo/simple_form
heartcombo/simple_form
Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup. · Ruby · 58 source files
Analyzed at 18f38aad0b on 2026-08-21. 10 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Couldn't find wrapper with name #{name} | exception | error | simple-form, wrapper, configuration, wrapper-not-found |
| SimpleForm.include_component expects a module but got: #{com | exception | error | simple-form, include-component, type-error, module, custom-component |
| Association cannot be used in forms not associated with an o | exception | error | simple-form, association, form-builder, nil-object, argument-error |
| :has_one associations are not supported by f.association | exception | error | simple-form, association, has-one, nested-attributes, argument-error |
| input should be implemented by classes inheriting from Colle | exception | error | simple-form, collection-input, not-implemented, custom-input, abstract-method |
| You need to give :to as option to map_type | exception | error | simple-form, map-type, argument-error, configuration, custom-input |
| A block is required as argument to wrapper | exception | error | simple-form, wrapper-builder, argument-error, block, dsl, configuration |
| [SIMPLE_FORM] SimpleForm.file_methods is deprecated and has | console | warning | simple-form, deprecation, file-methods, file-upload, cve |
| %{name} method now accepts a `wrapper_options` argument. The | console | warning | simple-form, deprecation, wrapper-options, custom-input, label-input |
| %{name} method now accepts a `wrapper_options` argument. The | console | warning | simple-form, deprecation, wrapper-options, leaf, custom-component |