Search Results for "active-amdin-real-time-notification"

Lessons












Forum Threads

Ruby issue when doing cap deploy production

68
General
Hi, I'm following the Deploy Rails guide. However, when I run cap production deploy I'm getting this error message: $cap production deploy DEBUG[be6b6bd6] Running /usr/bin/env [ -d ...
Paulo Sousa replied

Admin Interfaces with Administrate Discussion

26
General
*shudder*.. "automagically"
Ted Will replied

What is the correct way to convert virtual attribute to real one

0
Rails
First of all the logic of my app. The user could have several profiles situationally, such as blogger, advertiser or manager and act with different profile different role. But during public registr...
Yurii Cherniavskyi posted

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

activeadmin with devise_invitable

3
Gems / Libraries
Hey everyone, I know... I'm still using AA... Anyways, I'm looking for a complete guide on being able to invite my non-admin devise users through the admin panel. Strangely I can't find a single, ...

Activeadmin with actiontext in Rails 7

0
Rails
How i can use activeadmin with actiontext in rails 7
Muhammad Bilal 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

ActiveAdmin & Autocomplete

0
Rails
Has anyone had, and hopefully fixed, the jquery(?) conflict between activeadmin and autocomplete ( I was using easyAutocomplete ). Soon as I have both in a project it breaks with not a function is...

Rails ActiveAdmin reset password token is invalid

0
Rails
I have a Rails API with ActiveAdmin, using this tutorial as a base to get started: https://blog.heroku.com/a-rock-solid-modern-web-stack When a user chooses the 'Forgot your password?' link in the...
Terence Devine posted

Remove ActiveAdmin automatic link on show view

0
Gems / Libraries
Anyone know how to remove the default link Active Admin creates in the show view for other resources? In the code below, if `discipline` is a resource the user can edit and has an ActiveAdmin page,...
Colleen Schnettler posted

Using ActiveAdmin to Build an Admin UI Discussion

22
General
Hey Chris, At min 8 sec 49, i am trying to follow along. My screen looks like http://imgur.com/9bnEuG0 and yours has the user dropdown. I am not sure what I must have missed. Do you know what it is...
Lauro replied

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

Rails 6 + ActiveAdmin + ActionText

1
Rails
I need to create an app with video + blog content, users, permission etc that includes a CMS to change and rearrange content easily. Anyone integrated ActionText into ActiveAdmin - what would b...
Chris Oliver replied

Using Pundit and ActiveAdmin

0
Rails
Hello, I'm using pundit with active admin and getting this error message Pundit::NotDefinedError at /admin unable to find scope `Admin::AdminUserPolicy::Scope` for `[:admin, AdminUser(id: integer,...
Maksk89 posted

After adding the activeadmin gem, my previous style changed, How can avoid this?

2
Gems / Libraries
After adding the activeadmin gem, my previous style changed , How can avoid this? Previous style is : ![previous style](http://calmops.com:83/down/previous-style.png) After adding the activea...
Larry Qu replied
Solved

redirect loop on ActiveAdmin and authorization with cancancan

12
Gems / Libraries
When i try navigating to http://localhost:3000/admin i get "This webpage has a redirect loop" and also my logs I have Started GET "/admin" for 127.0.0.1 at 2015-11-25 17:58:35 +0300 Processing by...
JM replied

Using Pundit with ActiveAdmin

14
Gems / Libraries
Hey, I'm using pundit with active admin and getting this error message Pundit::AuthorizationNotPerformedError in ActiveAdmin::Devise::SessionsController#new In the pundit video you show us in...
Dan Tappin replied

Could you make a ActiveAdmin episode?

2
Site Feedback
Was browsing and found out about ActiveAdmin and thought it would be pretty cool to work with. http://activeadmin.info Best, -Rob
Rob Sturcke replied

How to use background job with ActiveAdmin to generate csv

0
Rails
With ActiveAdmin not able to generate CSV file with more records
Mahantesh posted

How do I connect StimulusJS controller to ActiveAdmin resource

0
Rails
Hi Everyone, I've recently moved on rails 7 and new to stimulus as well. for some reason when i connect my stimulus controller to normal index.html.erb file (or any other file outside activeadmin) ...