Mitja Čebokli
Mitja Čebokli
I came here for similar question. I would like to have all the tags with their counts for a specific Model. I am currently doing something like this: ``` ruby...
This is perfect. Thank you!
Ahh, to answer my own question and for anyone needing it; Both MeiliSearch `.search `and Pagy `.pagy_search` take `index:` parameter to define the scope.
Thanks for the answer. Unfortunately, categories and its attributes are not preset, meaning different number of categories with different names, etc. - which means that creating importers per category is...
I have similar issue. I am trying to use close (aka onClose) hook, but it is triggered immediately when i select a first value in range mode. Nothing is triggered...
+1 on this - it is actually weird it is not already...
I've managed to change prefix_path via custom initializer, which is OK, but styles and javascripts are not loaded as expected. If i look at themes_on_rails_example and how the stylesheet_link_tag is...
Figured out the problem is in engine.rb initializers which also have paths defined. I am now currently overriding them in my engine, but feels fugly. Is there a more elegant...
Adding additional engine complicates things even more. Paths in gem are partially hardcoded which makes stuff non usable. I have tried to overwrite paths in second engine, too, but either...
+1, this is pretty much a standard need everywhere where dealing with data