ransack
https://github.com/activerecord-hackery/ransack
Ruby
Object-based searching.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
9 Subscribers
Add a CodeTriage badge to ransack
Help out
- Issues
- [WIP] Simple form integration
- Remove ActionView::Helpers::Tags::Base#value Monkey Patch
- Ransack 4.0 allowlist be an optional config
- Set new error to replace ArgumentError
- Add NULL FIRST and NULL LAST for most databases
- Security change to ransackable attribute leads to potentially huge overhead when using postgresql
- Raising ArgumentError exception on Ransack operations
- Ransack generates redundant left join statements
- Allow nested groupings (longhand) to be passed
- Ransack does not distinguish between "*_cont" for LIKE and "*_i_cont" for ILIKE with PostgreSQL
- Docs
- Ransack::Nodes::Attribute#enum?
- Ransack::Helpers::FormHelper#finalize_form_with_options
- Ransack::Helpers::FormHelper#finalize_form_options
- Ransack::Helpers::FormHelper#build_html_options
- Ransack::Helpers::FormHelper#build_turbo_options
- Ransack::Helpers::FormHelper#extract_search_and_set_url
- Ransack::Helpers::FormHelper#turbo_search_form_for
- Ransack::Helpers::FormHelper#search_form_with
- Ransack::Nodes::Condition#not_nested_condition
- Ransack::Nodes::Condition#like_predicate?