-
After using these two gems together successfully for the last year, suddenly the console won't pretty print either of my devise models. All other models print in the console as expected, but User and…
-
```
I cant do anything with my server because this panel give me errors.
Processing Admin::OsTemplatesController#install (for 95.78.213.44 at 2013-03-04
19:32:04) [POST]
Parameters: {"controller"=>…
-
I'm trying to drag/sort items with a nestable_tree organized with Ancestry and encountering the error below:
## Environment
Rails: **5.1.6**
Ruby: **2.4.1**
config:
```
rails_admin do
nes…
-
Pretty standard exception in Rails is getting absolutely mangled by `heroku local`/`forego`:
```
web.1 | Started POST "/admin/phases/1/tracks/2/order" for ::1 at 2015-11-12 16:41:39 -0800
web.1 | P…
-
Hi... i'm a try use your gem but i'm blocked in dependency. The gem RailsAdmin use jquery-rails between 3.0 and 5.0 and your gem use jquery-rails between 1.8 and < 1.9 (~> 1.8 == (>= 1.8 && < 1.9)).
…
jrgvf updated
7 years ago
-
I was wondering how to add new file engines, like Shrine.
Or rich editors like Froala.
Could you provide a simple guide on which files I would have to work on?
-
```
Steps to reproduce:
1. Log in
2. Click a VM to view it
Actual result:
We're sorry, but something went wrong!
Expected result:
Viewing the VM
Version of the product:
Server OS:
Browser:
Chrome…
-
After I modified the rails_admin.rb file to enable jcrop:
config.model User do
configure :photo, :jcrop
# Below is optional
edit do
field :photo do
jcrop_options aspectRatio: 500.0/32…
-
In my RSpec suite, I start out like this:
```
login_as(admin, scope: :admin)
visit new_admin_user_path
# fill_in various fields on a form
click_button('Create User')
```
All of which works …
Arepo updated
3 years ago
-
Imagine, that we have got Model with enum field :state and AssociatedModel. When we are trying to attach AssociatedModel to Model from rails_admin interface, the search query fails: it tries to match …