Robert Marcelino
Robert Marcelino
A quick solutions for this could set 'resource' as reserved word. In our case, with active admin the problem has been solved configuring permitted param in the admin config.
We have the same issue, some fix for this problem? in our case we don't have bigint inside schema.rb
According to quick research, the problem is located inside activesupport gem, we are using rails 5.1.7. When it try to show this dialog, it'll try to display the max file...
i have the same issue, and @evenreven recommendations works, but now new images are not working.
I temporarily override the gem to handle it with Devise users ```ruby module Console1984 class Supervisor def current_username if Console1984.config.ask_for_user_if_empty unless @current_username.present? email = ask_for_value "Please, enter your email" user...