Actions
Bug #12977
closedsprockets-rails 2.2.2 or higher is needed for production assets setup
Difficulty:
Triaged:
Description
Since #7230, the production environment implicitly requires sprockets-rails 2.2.2 or higher to function, but Rails 4.1.x depends on ~> 2.0
only. The min version should be set in the Gemfile.
config/environments/production.rb relies on getting and setting the Rails app.assets_manifest setting introduced by sprockets-rails 2.2.2 in https://github.com/rails/sprockets-rails/commit/3f26afbaa3d6a5ebe26403c6f42a70a1de96d1d6
Updated by Dominic Cleal over 9 years ago
- Related to Feature #7230: Upgrade Ruby on Rails to 4.1 added
Updated by The Foreman Bot over 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3020 added
Updated by Dominic Cleal over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Updated by The Foreman Bot over 9 years ago
- Pull request https://github.com/theforeman/foreman/pull/3022 added
Updated by Dominic Cleal over 9 years ago
- Related to Bug #13074: sprockets-rails dependency should not be in assets.rb only added
Actions