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
It seems that sprockets-rails 3.0.0 does not initialize the `app.assets` object
until it runs its `after_initialize` block. This means that xray-rails must move
its initialization process into `after_initialize` as well.
The exception is the `config.assets.precompile` modifications, which must be
done earlier before that array gets frozen.
These changes fix the "asset pipeline is currently disabled" error when starting
up a Rails app that uses sprockets-rails 3.0.0.
0 commit comments