ransack_demo icon indicating copy to clipboard operation
ransack_demo copied to clipboard

A demo app using Ransack to create advanced search forms.

Results 9 ransack_demo issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.4 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@​flavorjones) Changed [CRuby] XML::Reader sets...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.2.8 to 2.2.8.1. Release notes Sourced from rack's releases. v2.2.8.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...

dependencies

Bumps [rails](https://github.com/rails/rails) from 7.0.4.2 to 7.0.8.1. Release notes Sourced from rails's releases. 7.0.8.1 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

Bumps [puma](https://github.com/puma/puma) from 5.6.7 to 5.6.8. Changelog Sourced from puma's changelog. 5.6.8 / 2024-01-08 Security Limit the size of chunk extensions. Without this limit, an attacker could cause unbounded resource...

dependencies

Let's refresh this design using TailwindUI.

Hi hackery team, Is it possible to use this advanced search style, but offering a select field for associations? I was thinking on something like displaying the available cities if...

This occurs when using the 'Add Value' functionality. For example: Field | Value | Value First_name | Fern | Aric When I click search it just refreshes the page back...

My User model has the following association: user has_many trips, through registrations. If the search query is "Users who have gone on trip named 'ABC'", the SQL generated is fine:...

in order to get a better understanding of ransack, I forked it and split the demo in 2 parts, ransack_simple_demo and ransack_advanced_demo . You can get a copy the simple...