administrate
administrate copied to clipboard
A Rails engine that helps you put together a super-flexible admin dashboard.
This is the closest absolute conversation from the original CircleCI 2.0 version as possible. Main differences: * Actions' Postgres container requires a password or otherwise doesn't start (see SO answer),...
* What were you trying to do? I've updated administrate to master and following #1633 some of my dashboards are broken. We are (ab)using the HasMany field for displaying relations...
I'm building an app based on both [suspenders](https://github.com/thoughtbot/suspenders) and administrate. This means I have `config.action_controller.action_on_unpermitted_parameters = :raise`, and I'd like to keep it that way Another thing I have is...
* What would you like to be able to do? Can you provide some examples? On the show page of model A, I'd like to show details of model B...
I wanted this functionality in a project I'm working on, so decided to submit a little PR to be considered. Basically, in my project we want the first sort order...
See https://github.com/thoughtbot/administrate/pull/1591#issuecomment-638218493 Fixes #1332.
This is required for models with ActionText `has_rich_text`. I thought it would be good to have this in Administrate itself as it's a core Rails feature and it's so small...
This is in answer to https://github.com/thoughtbot/administrate/issues/1535#issuecomment-608354608. TODO: - [ ] test
Previously, `appraisal install` didn't pass through a `path` argument. [This is in progress][1]. [This continues the work started previously.][2] So far, this duplicates the existing cache restore/set directives to see...