-
Hi i configured AA to work with webpacker but i'm seeing this at runtime.
```
2020-10-08T02:20:16.469618+00:00 app[web.1]: [bb1d92c0-719b-403e-9e75-5b55800db3ee] ActionView::Template::Error (Web…
kwent updated
10 months ago
-
Below error is displayed after launching localhost url
Request Method: | GET
-- | --
http://localhost:8080/
load error: /private/var/folders/4g/w2brbfg11hd3s47j7zntltx80000gn/T/jetty-0.0.0.0…
-
Here is how we will input html code:
```
ActiveAdmin.register Page do
form do |f|
f.inputs do
f.input :title
f.input :content, as: :html_editor
end
f.buttons
…
-
![activeskin](https://cloud.githubusercontent.com/assets/3602281/3808561/2c30d7a0-1c79-11e4-884e-badb512f7fc6.png)
-
trying to run `pks` on the app I'm working on right now, it complains about path collisions between `packs/*/app/models/something.rb` and `packs/*/app/admin/something.rb`. But `app/admin` isn't actual…
-
Hello, I need your kind support
I am working on rails 7.0.5, after I install this gem and when I run bin/rails generate active_admin_role: install I got the following error
C:/Ruby31-x64/lib…
-
I got error when I tried to use it (on Rails 5):
```
/.rvm/gems/ruby-2.4.0/bundler/gems/activeadmin-6411350c8abf/app/views/active_admin/resource/edit.html.arb where line #2 raised:
Undefined mixi…
-
I have a working Pundit setup, but I'm now trying to put my pundit policies under the `Admin` namespace (`config.pundit_policy_namespace = :admin`).
I'm decorating some objects with a decorator cla…
-
Hi I created a question on stack overflow about this.
https://stackoverflow.com/questions/44441346/how-can-i-set-up-devise-saml-authenticatable-with-multiple-models
The gist is that I have two …
-
### FILE
```
require 'prawn'
require 'prawn/table'
ActiveAdmin.register Card::Request, as: 'CardRequestReport' do
menu parent: 'Reports', label: 'Card Request Reports'
config.filters = false
…