-
Hi,
Thank you in advance for your software and you efforts.
I am trying to use rails_admin_pundit to add role based access
to rails_admin.
I am getting this error when I click on the users table in …
-
Currently, only a Super Admin can change the name of a community via the Super Admin Dashboard:
![image](https://github.com/Terrastories/terrastories/assets/31662219/7f980f3d-1df2-4188-9c01-c656dab…
-
Looks like it's pointing to some missing assets. I can't use rails admin because of that.
Found no resource on stack or with chatGPT
- `rails` version: 7.0.4
- `rails_admin` version: 3
…
Etx17 updated
2 months ago
-
Hi
I am big fans of rails_admin
I was wondering, is it possible to have like a column where we can specify the role of the User in rails admin, and it sets the rolify role instead.
How do i do this? S…
-
I managed (after a few hiccups) to successfully deploy my Rails app to an Ubuntu 24.04 server. The user Im using is ubuntu, and it works fine after I added it to the docker group. I can deploy and I c…
-
mission control has this nice feature:where you could override the base class of its controller
```
Rails.application.configure do
MissionControl::Jobs.base_controller_class = "MissionControlCo…
-
I am looking for a variety of recipes, and would love to see a list of recipes that other people have created.
Is that available anywhere?
I am really looking for a recipe that includes 'Rails Admin…
-
We are seeing the `Sprockets::Rails::Helper::AssetNotPrecompiledError` error, but it doesn't happen all the time, and haven't been able to reproduce it. Sorry this issue is going to sound weird :(, bu…
-
We should customize the Rails Admin views so that fields such as "created on [date]" are not shown. These fields may be good to have stored in ActiveRecord to keep track, but there are a lot of extra…
-
**Describe the bug**
On the Create and Edit UIs the checkboxes for non nullable boolean fields does not seem to wokr, clicking on them does not show a checkmark.
**Reproduction steps**
Add a non …