-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Problem with Rails 5.1.4 and apple-touch-icons asset pipeline #928
Comments
It's a rails 5.1 change that is documented here rails/rails#29535 you revert to the original behaviour by adding Rails.application.config.assets.unknown_asset_fallback = true to a file in edit:
Following that instructions and adding |
Since the behavior will be removed I guess it needs to be addressed. For the moment there should be at least some kind of documentation which adjustments have to be made when using this gem with Rails 5. |
try to create these PNGs files... |
Any progress on this issue? The issue still exists with the current version of this gem and rails 5.2.3. |
This is still a problem with Rails 6 :( |
any updates on this, still issue in rails 6 :( I am trying to learn each time I am learning new things i face new problems :( |
this problem still persists in rails 7 |
I've encountered problems with the default layout since I've upgraded to Rails 5.1.4
I see the following error:
I've setup the test app using this commands:
And then go to
http://localhost:3000/users
In Rails 5.0.X the same setup works but already shows a deprecation hint. (Don't know the exact version, could look for it if needed)
The text was updated successfully, but these errors were encountered: