administrate icon indicating copy to clipboard operation
administrate copied to clipboard

A Rails engine that helps you put together a super-flexible admin dashboard.

Results 272 administrate issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

feature
dashboards

* 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...

feature
models

This PR should close #1676

views-and-styles
install

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...

feature
sorting

See https://github.com/thoughtbot/administrate/pull/1591#issuecomment-638218493 Fixes #1332.

security
dependencies
feature

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...

feature
fields

This is in answer to https://github.com/thoughtbot/administrate/issues/1535#issuecomment-608354608. TODO: - [ ] test

feature
fields

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...

dependencies
maintenance