fvue
Results
2
issues of
fvue
searchable_select.scss-1.8.0 does not work with cssbundling gem because @codevise/activeadmin-searchable_select/src/searchable_select.scss does an '@import "select2"' which should be spelled out with cssbundling (see: https://github.com/rails/cssbundling-rails): @import "select2/dist/css/select2"; Workaround is not to include the...
If the lockable module is enabled, as in: ``` # app/models/user.rb devise :lockable, maximum_attempts: 5, unlock_in: 1.hour, unlock_strategy: :both ``` The current setup will allow unlimited passwords attempts while the...