uninitialized constant ActiveStorage::AttachmentDashboard administrate gem
Yes, probably there is something like this:
```
logo_attachment: Field::HasOne,
logo_blob: Field::HasOne,
```
You have to make it an `Field::ActiveStorage` like this:
```
logo: Field::ActiveStor...

2
Rails
Should or should not listen to music while programming?
I am very happy that everyone has shared their opinions in this article, in addition to music on youtube, I often listen to music on https://sonneriesvip.com when working, you can refer to it if yo...

5
General
I made a quiz game for Ruby
Your topics are very good, it is worth discussing together, and there are more and more interesting topics.Have you ever wished to be a god to restructure and rebuild the world the way you want to ...

9
Showcase
Enable turbo_frame: modal tag conditionally
I have a link for creating a new item
This opens a item form in a turbo_frame_tag modal
What I need to do is, allow regular users to list 3 items only while Admin can list more items...

1
Rails
Custom Image Analyzer
I have a custom ActiveStorage analyzer that (will) exact a bit more metadata out of an image and save it in ActiveStorage (i.e.: camera, shutter, etc...) For simplicity sake, the metadata method h...

1
Rails
Turboframes not replacing when placed in another partial
no ideas about it.

3
Rails
passenger vs puma for capistrano deploying
good to see this information.

4
Servers
How would you approach adding students to classes?
Thank you for sharing this good information.

6
Rails
Is there anyone who could offer advice or help with Generating a PDF Within the Program?
it's good

15
Rails
I'm not able to install ruby 2.6.8 on my ubuntu 22.02
I think you can install ruby 3.1.3 and higher in a version update.

3
Ruby
error starting new jumpstart app
Upgrading to the latest version of Node help me with the same problem on Ubuntu 20.04.
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -

3
Rails