-
Ransack is not working, it's not returning filtered results. Just all results
`
Started GET "/api/v1/stations?q[station_plug_types_plug_type_id_eq]=bfce2465-c064-423b-bb72-7cc7af2039f7&q[max…
-
gem ransack の実装
一通り実装出来たら行う
-
I have a ToolbarComponent that renders a single RansackerComponent, and the RansackerComponent renders multiple FilterComponent slots. Here's a simplified version of the setup:
```rb
# toolbar_com…
-
Is my google password stored in 'google.com', 'gmail.com', 'mail.google.com', or 'gmail' or something else? This is hard to find out. Add a search command that returns all the keys that match a given …
-
I'm having issues with part 6. It's stating that the post attributes need to be allowed as searchable in the post model . I've been digging through ransacks documentation but i'm having trouble with i…
-
Ransack version: >= 4.0
Rails: >= 7.x
Possible scenario when the issue occurs:
```ruby
class Article < ApplicationRecord
def self.ransackable_attributes(auth_object = nil)
[ :title ]
…
-
The ransack method in partygoer is too much.
What you are going is to figure out how to make it so that the logic for how the ransacking happens and the decisions is placed in text files instead, so …
-
Rails 4.0.0, Ruby 1.9.3
```
NoMethodError - undefined method `v' for #:
```
I downloaded the Railscast repo for Ransack and upgraded it to Rails4, when I add letters into the gemfile, it causes the …
-
Visibility of the method `Ransack::Visitor#visit_Ransack_Nodes_Sort` is changed in [`lib/jsonapi/patches.rb`](https://github.com/stas/jsonapi.rb/blob/master/lib/jsonapi/patches.rb#L41) from public to …
-
- [x] Document missing method
- [x] Refactor / simplify code
- [ ] Research if we can use native Ransack to pass an `array` of tag names in URL string (it's possible in the console)
Ransack for…