
Admin Interfaces with Administrate Discussion
25
General
*shudder*.. "automagically"

[Administrate] Autocomplete on 'foo: Field::BelongsTo'
2
Gems / Libraries
Hello,
I'm currently doing some tests using Administrate to see if the functionality can be shaped in a way that is convenient for me... Some things have been quite easy and for the most part sati...
Nelson Casanova replied
Solved

Administrate Custom Fields and the Trix Editor Discussion
5
General
Chris, the picture of you remains frozen for few seconds on 0:09, and 0:55.
Carl Tanner replied

Admin Interfaces with Administrate - GoRails
1
General
it seems this gem has been updated. because following this tut, nothing works. the route file is Rails.application.routes.draw do namespace :admin do resources :users resources :articles ...
Foliwe Fossung replied

Administrator creates user accounts with Devise gem
0
General
I have a project with Devise gem. I need to create a user with the admin account. If I am logged in with the admin account I can not enter the path / sing_up. How can I access this page?
Nicolás Bobb posted

Admin for the specific case
2
Gems / Libraries
Hello,
I have a problem and just missing the solution.
In my project I have user accounts made in devise that are connected to **Case** model through **Work** model (with *is_admin* boolean attribu...
djyanee replied

TailwindCSS Admin Theme
2
Gems / Libraries
Hello,
Does anyone have any recommendations for a clean TailwindCSS admin theme that I could easily integrate with Jumpstart pro?
- Chuck
chuckblake replied

gem administrate
0
Rails
ActionView::Template::Error (uninitialized constant ActiveStorage::AttachmentDashboard):
17:
18: <% if field.linkable? %>
19: <%= link_to(
20: field.display_associat...
chedi posted

Active Admin Authorization by CanCan gem when User and ActiveAdmin have same model
0
Rails
I already had a User model with different roles handled by cancan gem. Now i have implemented active admin gem in the same User model with another role. Now i could not figure out how to restrict a...
Shaheryar Imtiaz posted

Server Administration with Cockpit Discussion
6
General
Chris, I get a not secure warning in Chrome when I try to access :9090 in my domain (I deploy with Hatchbox). It's sending the browser a self signed localhost certificate.
Yi Mei Wang replied

Rails Admin with has_many association
1
Rails
Hi all,
We are using rails_admin for manging our data on admin side.
We are facing an issue with has_many association ,** its executing the query to fetch the details and along with it also exec...
Keith Gapol replied

Authenticating Blog Admin Pages Discussion
18
General
Hi,
Is it necessary to add @blog_post behind the edit_blog_post_path in the last part of the video or can that be left out as well? <%= link_to "Edit", edit_blog_post_path if user_signed_in? %>
Chris Oliver replied

Routing for Admin area not working
3
Rails
I've got an application that makes use of an admin area for managing Articles on the frontend.
Its a simple CRUD app where pretty much everything Admin related is namespaced and inside admin folder...
Solved

Import into administrate?
8
Rails
Hi - I used Jumpstart and really like the administrate gem relative to ActiveAdmin. One issue that I am having a hard time is the import add-on doesn't seem to be available like it is for ActiveAdm...
Chris Oliver replied

Incorporating an Admin Dashboard
1
CSS
Hi All
Say you've found a sample Admin Dashboard web site. Its delivered as a 'skeleton' html.css app. In order to use it one needs to 'port' (for lack of a better term) - all the necessary reso...
JM replied

Adding a Admin Interface to devise
0
Gems / Libraries
Hi there,
first of all: I'm pretty new to Rails, so please don't blame me if I ask a stupid question :)
I use devise + cancancan for authentication and authorization. The user model is already ge...
Sascha M. posted

Integrate active admin in a rails app that has a dashboards controller named as the default dashboard for admin active gem?
0
General
Hi there I have an app which I need to add active admin dash but already has a model with the same name dashboard.. Will that cause problems in routes?
JM posted

http://localhost:3000/admin
1
Rails
Chris Oliver,
https://github.com/vidosrd1/Dark_mode/
Dark_mode/config/routes.rb
Srđan Vidović
Srđan Vidović replied

Is there an admin like Django or Laravel's Nova
3
Rails
Newbie to Ruby / RoR - got into Django since 2 yrs and started learning Laravel - one thing I want to know before I delve into it, is if RoR provides a backend admin like Django or an external pack...
claudiastuart replied
Solved

form builder for admin
0
General
is there any rails gem that you can use to create a form builder that an admin can use to create a form for the frontend. probs something that works similar to https://ninjaforms.com/ . Any ideas ...
Kelvin Atawura posted