Viktor Smári

Results 25 issues of Viktor Smári

We have a Rails 6.1 app with `activeadmin` 2.9.0 and `ransack` 2.4.2 and when we visit `/admin/users` we get the following error: **ArgumentError in Admin::Users#index** **Polymorphic associations do not support...

In the pagy gem, this is possible: ```ruby ``` Is there something similar like the `link_extra` in kaminari for the `paginate` helper? Then Hotwire would work with the pagination links....

Similar to #1216 which was closed ## Environment - Ruby **2.7.3** - Rails **6.1.3.2** - Simple Form **5.1.0** ## Current behavior `rails generate simple_form:install` Creates `config/initializers/simple_form.rb` where line 130 is:...

If we allow our users to add variables inside the Trix field, like this: ``` {{some_variable}} ``` That could map to something like `@user.first_name` How can we replace the Trix...

In a Bootstrap 4.5 + Rails 6 project. All the Flatpickr versions up to 4.5.7 work perfectly. When upgrading to 4.6.0 and above, this starts happening: The year is missing,...

How can I add more items to a Feature property Hash? Using `merge!` does not seem to work ```ruby irb(main):001:0> ff = RGeo::GeoJSON.decode(Scenario.find(11).polygon) => # irb(main):002:0> ff[0].properties => {"myType"=>"base_area"} irb(main):005:0>...

It would be nice to be able to load some sort of presets from a dropdown in the settings. Something like: * Defaults (Factory reset) * Motion detection * People...

enhancement
help wanted

![2017-12-14_790x88](https://user-images.githubusercontent.com/1689020/33992859-7ed5e608-e0d4-11e7-9cff-39d209b7b745.png) **Problem:** To open up this dropdown and edit its settings, you have to click the small red circle. **Solution:** Can we make the whole gray box clickable? Or make...

enhancement
help wanted

Reproduce: 1. Edit Basic camera settings, for example resolution or frame rate. 2. Click 'Confirm and select' This gives you the idea that you have actually saved the settings. 3....

enhancement
help wanted

It would be nice to see which menu item the current page belongs to. Which page am I on now? ![2017-12-13_452x107](https://user-images.githubusercontent.com/1689020/33935484-5efc33f6-dffc-11e7-980a-64b0af1f3508.png)

enhancement
help wanted