You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you end up with (logs, or, even better, example apps are great!)?
Our application depends on [email protected] for assets. Depending on administrate brought along an additional transitive dependency on [email protected].
The removal of the transitive sprockets-rails dependency in the latest beta release somehow broke our application's integration with inline_svg (outside of the Administrate engine). By restoring the dependency as a direct, explicit Gemfile declaration, SVG asset resolution was restored.
What versions are you running?
Rails 7.1.3
administrate 0.18.0 upgraded to 1.0.0.beta1
The text was updated successfully, but these errors were encountered:
This intends to document everything we've heard as reported issues, to
try and help users migrate as easily as possible.
It will collect a few issues before being merged, but this started with
documenting the transitive dependency on `sprockets-rails`.
Closes#2514
This intends to document everything we've heard as reported issues, to
try and help users migrate as easily as possible.
It will collect a few issues before being merged, but this started with
documenting the transitive dependency on `sprockets-rails`.
Closes#2514
Upgrade from
0.18.0
to1.0.0.beta1
Our application depends on [email protected] for assets. Depending on
administrate
brought along an additional transitive dependency on[email protected]
.The removal of the transitive
sprockets-rails
dependency in the latest beta release somehow broke our application's integration with inline_svg (outside of the Administrate engine). By restoring the dependency as a direct, explicitGemfile
declaration, SVG asset resolution was restored.7.1.3
0.18.0
upgraded to1.0.0.beta1
The text was updated successfully, but these errors were encountered: