Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in production associated fields disappeared #102

Open
rodinux opened this issue Aug 20, 2019 · 0 comments
Open

in production associated fields disappeared #102

rodinux opened this issue Aug 20, 2019 · 0 comments

Comments

@rodinux
Copy link
Contributor

rodinux commented Aug 20, 2019

After updating my rails app, and all the gems, in production I can't see no more the fields for 'actualize if exist'.
I find a solution with these lines on rails_admin.rb on the models.

import do
       mapping_key :id
       exclude_fields [:created_at, :updated_at]
     end

But it is like if I was blind. Anyway, on the development environment, I can see the fields as before for 'actualize if exist'...
some of my specs:

ruby 2.6.3
activerecord (6.0.0)
rails (6.0.0)
rails_admin (2.0.0)
haml (>= 4.0, < 6)
rails_admin_import (2.2.0)
      charlock_holmes (~> 0.6)
      rails (>= 3.2)
      rails_admin (>= 0.6.6)
      simple_xlsx_reader (~> 1.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant