-
Tried to add model specific custom action
```
# app/lib/rails_admin/config/actions/custom_action.rb
module RailsAdmin
module Config
module Actions
class CustomAction < RailsAdmin…
-
I have concern like
```
module FollowableModelConcern extend ActiveSupport::Concern
included do
has_many :followers, -> { order :created_at }, class_name: 'User', through: :followings
…
-
**Describe the bug**
I have two models:
```
class RewardsProgram::Level < ApplicationRecord
has_one :notification,
dependent: :destroy,
foreign_key: :notifiable_id,…
-
After installing, I try to run `ember server` but I get the error: `libsass` bindings not found. Try reinstalling `node-sass`
While nomboming (and also, otherwise) I get this:
```
vedant@vedant-Gal…
-
I'm trying to use ckeditor-rails with active_admin, it "works" fine but looks terrible, all the css is overridden by active_admin's styles. I've fiddled all evening to work around it but cannot find a…
-
Steps to get Rails 5 (edge):
`git clone git@github.com:/rails/rails.git`
`cd rails`
`bundle install`
`./railties/exe/rails new --edge my_edge_app`
`cd my_edge_app`
`bundle install`
As of October 30th…
-
I'm on Rails 4.0 which [has support for Postgres range data types](https://github.com/rails/rails/pull/7345).
> PostgreSQL ranges type support. Includes: int4range, int8range, numrange, tsrange, …
-
Hi there,
I'm using active_admin-state_machine with rails v6.1.4 and ActiveAdmin v2.9.0
When rails is launched, I get warnings for each state_action block defined in my active admin classes:
`W…
-
I am using gem 'best_in_place', '~> 3.0.1'
Show page, showing data. But when click on field to edit,
could not able to edit.
Can someone please enlighten to me?
Here is the routes file
> namespac…
-
### FILE
```
ActiveAdmin.register AdminRole do
permit_params :name
menu parent: 'Configuration', label: 'Admin Roles'
# See permitted parameters documentation:
# https://github.com/activead…