ErrLookup › activerecord-hackery/ransack
activerecord-hackery/ransack
Object-based searching. · Ruby · 33 source files
Analyzed at e82f6bab39 on 2026-08-21. 17 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| #{type} cannot be converted to an ARel join type | exception | error | ruby, rails, ransack, polyamorous, activerecord, joins, argumenterror |
| #{value} cannot be converted to a Class | exception | error | ruby, rails, ransack, polyamorous, polymorphic, argumenterror |
| Don't know how to klassify #{obj} | exception | error | ruby, rails, ransack, activerecord, polymorphic, associations |
| Don't know what context to use for #{object} | exception | error | ruby, rails, ransack, activerecord, search, argumenterror |
| Don't know how to klassify #{obj.inspect} | exception | error | ruby, rails, ransack, activerecord, associations, traversal |
| attribute_select must be called inside a search FormBuilder! | exception | error | ruby, rails, ransack, formbuilder, actionview, views |
| sort_direction must be called inside a search FormBuilder! | exception | error | ruby, rails, ransack, formbuilder, sorting, actionview |
| First argument must be a Ransack::Search! | exception | error | ruby, rails, ransack, sort-link, views, typeerror |
| No Ransack::Search object was provided to #{method_name}! | exception | error | ruby, rails, ransack, search-form, views, argumenterror |
| No valid predicate for #{key} | exception | error | ruby, rails, ransack, predicates, search-params, invalidsearcherror |
| Invalid argument (#{args.class}) supplied to attributes= | exception | error | ruby, rails, ransack, nodes, conditions, argumenterror |
| Invalid argument (#{args.class}) supplied to values= | exception | error | ruby, rails, ransack, nodes, conditions, argumenterror |
| Invalid argument (#{groupings.class}) supplied to groupings= | exception | error | ruby, rails, ransack, nodes, groupings, argumenterror |
| Invalid search term #{key} | exception | error | ruby, rails, ransack, allowlist, search-params, invalidsearcherror |
| Invalid argument (#{args.class}) supplied to sorts= | exception | error | ruby, rails, ransack, sorting, search-params, invalidsearcherror |
| A context is required to translate attributes | exception | error | ruby, rails, ransack, i18n, translate, argumenterror |
| A context is required to translate associations | exception | error | ruby, rails, ransack, i18n, translate, associations, argumenterror |