-
Can I customize the json output of a custom resource?
-
Hi, thank you for awesome gem, I'm lovin' it.
I need help for Exception like a this issue's title.
I solve it for this patch in ApplicationController, Is it bug?
``` ruby
def set_cookie(auth…
-
I have a 'Product' model with a has_many relation with 'Rates' model. I'm using nested attributes form to enter values for rates. (See the code below). During an insert, this is creating duplicate rec…
-
### Did you find a bug?
We started suffering pagination errors in **ActiveAdmin** index pages, since we upgraded to **Ruby 3.1.0**.
```
Completed 500 Internal Server Error in 220ms (ActiveRecor…
-
In the browser console I get:
```
custom.js:64 Uncaught ReferenceError: ActiveAdmin is not defined
at HTMLParagraphElement. (custom.js:64:1)
at HTMLDocument.dispatch (jquery.js:4670:1)
…
-
## 概要
時間をかけずに手早く管理画面を作成するためgem等のライブラリを利用して、管理画面を作成する方法を検討中。
rails_adminでは設定等を自動生成してくれるのは利点。CarrierWaveでのアップロードにも対応する設定がある。
ActiveAdminとadministrateはrails_adminに比べてカスタマイズ性が高い。
**gemの比較で参考にした記事**
…
-
I tried using the current master to my project.
I have a has_many form such as.
```
f.inputs do
f.has_many :product_sub_categories do |psc|
psc.input :sub_category, :include_blank => false…
-
-
Is it possible to use a path other than "/admin"? Please advise.
-
eg something like "Title", "Text", "Alternative title", "Mixte"
we have the "typus" (string) field in db, which is never used. This can and should be filled with a maintenance script. Further we ca…