Closed arubis closed 1 year ago
@arubis Thanks for the issue report!
A couple of weeks ago I had a similar problem (I would say it was the same but I can't remember precisely) and I thought it was particular issue with the project I was dealing with, as I haven't heard this from anyone else. Now that you point it out, I'll try and take a look myself. If you manage to get the time to investigate it I'd appreciate any comments or extra info, and maybe we can work this out.
For now I'll try with a fresh installation with the 1.9.0 version and see what happens.
Thanks for reporting this, but we are now releasing v2, in beta as of now, and we don't have plans to actively support previous versions. We haven't encountered this issue in latest versions, so I'll be closing it. If anyone encounters this issue, we recommend you update to the latest version (v2.0.0.beta.2 as of writing). If you find this issue is still happening, comment here the details and we'll reopen the issue if necessary.
On bumping AA_A version to 1.9.0 from 1.8.3 on an app with latest ActiveAdmin, I noticed new errors on my Rails console for font assets:
and slightly different rendering when viewing the ActiveAdmin page, owing to not having that font available.
I confirmed this behavior flipping back and forth between versions; there were no other changes to my Gemfile.lock. Reviewing code changes from v1.8.3 to v1.9.0, there's nothing that stands out at me as being obviously at fault.
ActiveAdmin_Assets doesn't directly add/modify CSS font sources, and the affected CSS asset appears to live with ActiveAdmin itself, not AA_A:
assets/active_admin.self-(hash)
:: With ActiveAdmin_Addons 1.8.3:assets/active_admin.self-(hash)
:: With ActiveAdmin_Addons 1.9.0:I suspect this is caused by one of your gem dependencies, though none are major version changes. Alas, I haven't investigated further; I'll just be reverting to 1.8.3 on my end, but wanted to ensure this had visibility for others in case it pops up repeatedly.