administrate
administrate copied to clipboard
A Rails engine that helps you put together a super-flexible admin dashboard.
Documents third point in #1778
Sometimes we have a behavior where we want to disable or hide a particular field in form. For instance I don't want to allow user to edit certain fields in...
Related to #2216, allows the user to override the pagination partial without having to override the entire [index.html.erb](https://github.com/thoughtbot/administrate/blob/main/app/views/administrate/application/index.html.erb) template. Useful for using custom pagination options e.g: https://github.com/kaminari/kaminari#paginating-without-issuing-select-count-query
This fixes an issue where the embedded collection is using the parent's class to define i18n headers. Example: Ressource order has_many order_items. Order dashboard declares `order_items: Field::HasMany` When the show...
Following the GitHub Actions pattern of having one check per service, rather than one big check for faster feedback. This also means we no longer need to bundle `bundler-audit`.
As described at https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning Just playing with this. No idea of whether it's useful. @nickcharlton, any thoughts?
Fixes #2185. The template `app/views/fields/has_one/_show.html.erb` wasn't using the correct i18n key to translate the field names of the associated record. This PR includes a heavy revamp of `spec/administrate/views/fields/has_one/_show_spec.rb`, which needed...
I appreciate so many of the improvements to administrate since its last release - is there any chance a new version of administrate could be created? I know that we...
**What would you like to be able to do? Can you provide some examples?** I would like to be able to pass filter attribute in French, German, or other languages....
### What would you like to be able to do? Can you provide some examples? Admin dashboards have to list all resources (e.g., all users). As the number of resources...