activeadmin_addons
activeadmin_addons copied to clipboard
Extends ActiveAdmin to enable a set of great optional UX improving add-ons
It looks like sprockets will be soon replaced by propshaft. It would be great if we could make the sprockets dependency optional. (https://github.com/platanus/activeadmin_addons/issues/403)
https://github.com/platanus/activeadmin_addons/issues/418
Initially, the [tags](https://github.com/platanus/activeadmin_addons/blob/master/docs/select2_tags.md) are stored as space-separated values but once I add or remove a tag the values are comma-separated.
I have the following scenario for a trucking company. The company runs loads and those loads are run by a driver who works for a carrier. There are multiple carriers...
Please make it possible to define the `tokenSeparators` option for the select2 tags addon.
### Changes Add `input_format` to input options so that we can set the input format for a date picker at the input level and not just globally. ### Example ```ruby...
Just some typos about the word "You" that I notice. This PR fixes them. Thanks for your work!
The following code in activeadmin_addons: ``` class ActiveAdmin::Inputs::SelectInput < Formtastic::Inputs::SelectInput def input_html_options super.merge(data: { tags: @options[:tags].present? }) end end end ``` does not allow users to add custom data attributes....
i don't use `active_material` and i think it's sad to implement this gem for no reason infortunatly, this is a break changes what do you think about this idea ?
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...