Actions
Refactor #18500
closedRemove quiet_assets dependency, no longer maintained
Description
The quiet_assets gem used in development (when the assets bundler group is installed) is no longer maintained and so doesn't support Rails 5, because it was merged into sprockets-rails 3.1.0.
sprockets-rails 3.1.0 has a quiet flag that implements the same functionality by wrapping the request in the #silence method on the application logger. Note that the #silence method is only a no-op implementation in the logging gem (https://github.com/TwP/logging/issues/11).
Updated by Dominic Cleal over 7 years ago
- Blocked by Refactor #18512: Support sprockets-rails 3 added
Updated by The Foreman Bot over 7 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4542 added
Updated by The Foreman Bot over 7 years ago
- Pull request https://github.com/theforeman/foreman/pull/4646 added
Updated by Anonymous about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset fbbab0d839f744dad964d06b1bb26ebf568b4495.
Updated by Marek Hulán about 7 years ago
- Translation missing: en.field_release set to 240
- Pull request deleted (
https://github.com/theforeman/foreman/pull/4542)
Actions