-
Hello
I use ActiveAdmin on the master branch with Rails 4.1 and the Wysihtml5 editor is not well positionned
![capture decran 2014-04-23 a 11 10 36](https://cloud.githubusercontent.com/assets/352910/…
-
This Gem is great. i'm using it for a front end form which is perfect.
I'm also using it for the Admin part of my App using activeadmin gem.
I get validation error message in ActiveAdmin but it …
-
-
### FILE
```
ActiveAdmin.register MasterWalletPayoutFeeTransfer do
actions :all, except: %i[destroy create new]
permit_params :status, :external_status
includes :user, :payout
config.sort_or…
-
The rails admin has a basic functionality. Need to provide a way to upload images through this portal.
The initial plan is to host on Heroku, so uploading to Amazon s3 will be required for this to …
-
### FILE
```
ActiveAdmin.register MasterWalletChargebackTransfer do
actions :all, except: %i[destroy create new]
permit_params :status, :external_status
includes :user, :payment
config.sort_o…
-
**Describe the bug**
The current `activeadmin_addons` gem I'm using is the latest stable, `1.10.1`. After upgrading `activeadmin` from `2.12.0` to `3.2.0`, I noticed that all select boxes lost their …
-
In the current activeadmin master (9132da6) "form_buffer" in lib/active_admin/views/components/active_admin_form.rb has been removed. (raise "'form_buffers' has been removed from ActiveAdmin::FormBuil…
ghost updated
8 years ago
-
When I add
`gem 'activeadmin-axlsx’`
and run `bundle`, my ActiveAdmin app fails with this message:
![pastedgraphic-1](https://cloud.githubusercontent.com/assets/354313/8674694/9157dc8a-2a0d-11e5-…
-
Looks like there is threading issue in your gem. When I use it with activeadmin on login - a user being updated (with ip address, timestamp) but creator/updater are set to a wrong user. Probably the l…