# Active Admin Addons

Es una gema que desarrollamos en Platanus y sirve para resolver algunas cuestiones que Active Admin no resuelve. Por ej:

* Selectores ajax.
* Manejo de imágenes.
* Manejo de booleanos.
* En fin, todo lo que [aquí](https://github.com/platanus/activeadmin_addons#what-you-get) aparece.

## ¿Por qué la usamos?

Para no tener que resolver a mano problemas comunes que sabemos tener en Active Admin.

## ¿Cómo la usamos?

### Instalación

Viene con [Potassium](https://github.com/platanus/potassium) pero se puede instalar manualmente siguiendo la instrucciones [aquí](https://github.com/platanus/activeadmin_addons#installation).

### Uso básico

Por suerte le hemos puesto mucho cariño al README de la gema por lo que mejor consultar [ahí](https://github.com/platanus/activeadmin_addons#what-you-get).

### Recursos útiles

* [Repositorio en Github](https://github.com/platanus/activeadmin_addons)
* [Presentación Platanus](https://www.youtube.com/watch?v=k0ewc_5DDHA) sobre addons


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://la-guia.platan.us/stack/ruby_rails/active_admin/active_admin_addons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
