Actions
Bug #20287
closedplugin asset precompilation broken with sprockets-rails 3.x
Description
23:54:48 ** Execute plugin:assets:precompile 23:54:48 rake aborted! 23:54:48 NoMethodError: undefined method `register_engine' for nil:NilClass 23:54:48 /usr/share/foreman/lib/tasks/plugin_assets.rake:52:in `initialize' 23:54:48 /usr/share/foreman/lib/tasks/plugin_assets.rake:107:in `new' 23:54:48 /usr/share/foreman/lib/tasks/plugin_assets.rake:107:in `block in <top (required)>' 23:54:48 /usr/share/foreman/vendor/ruby/2.1.0/gems/rake-12.0.0/lib/rake/task.rb:250:in `call'
Related: https://github.com/rails/sprockets-rails/issues/237
This is breaking all new packaging of plugins for DEB.
Updated by Anonymous over 7 years ago
- Related to Refactor #18512: Support sprockets-rails 3 added
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Anonymous
- Pull request https://github.com/theforeman/foreman/pull/4673 added
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset b8139123dfa86e8447a879a178442660387bf01c.
Actions