-
Right now creating a new region is not possible via ActiveAdmin. The form under `http://localhost:3000/admin/regions` only offers a name field. My guess here is that not all mandatory fields are prese…
-
I have used google_visualr for one app -- works great. I then built another, leveraging ActiveAdmin to manage the backend, which uses Devise (https://github.com/plataformatec/devise) for authenticatio…
-
Hello @zorab47 , hope you're doing well and someday this gem will be merged to activeadmin.
I just wanted to notify you about next changes that can reflect to this gem.
1) about pages
pages are…
-
first download it from github to change something.
git clone https://github.com/randym/activeadmin-axlsx
git clone https://github.com/ywencn/active_admin
make path correct.
gem 'activeadmin-axlsx', p…
-
In my Gemfile where I have
```
gem 'activeadmin', github: 'gregbell/active_admin'
```
I added
```
gem 'activeadmin-axlsx', github: 'randym/activeadmin-axlsx'
```
but at
```
bundle install
```
I…
-
I'm using tinymce-rails with activeadmin. The editor is loading just fine following the instructions in the readme. However the config options are not being read from the config/tinymce.yml file.
Rel…
-
See activeadmin/activeadmin#2689
> The unused in-memory DOM representation more than doubles the memory usage required to service a request and complicates the implementation to having a seperate bu…
-
I encountered this after rails g active_admin_audit:install User
/home/donjuanito/.rvm/gems/ruby-3.0.0/gems/activeadmin-audit-0.1.4/lib/active_admin/audit/configuration.rb:4:in `': uninitialized co…
-
ActiveAdmin uses jQuery3. So $(document).on('ready', function) is removed.
You should init with $(document).ready() call.
See https://github.com/activeadmin/activeadmin/blob/5ae2e3db5bf69e94ea8c205b…
-
Per Postgres docs - and experimentation! ;) - specify that the `DISTINCT ON` clause must have a matching `ORDER BY`, such that the columns used in the distinct clause are the left-most in the ORDER cl…