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
Since 11.1, I get this error when trying to start a rails app that includes this gem.
/Users/aaron/.rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/image_optim-0.11.1/lib/image_optim/railtie.rb:17:in block in <class:Railtie>': undefined methodregister_preprocessor' for nil:NilClass (NoMethodError)
The text was updated successfully, but these errors were encountered:
Could you please provide more info about your application configuration? Especially about sprockets library, is is used/loaded or intentionally disabled?
Since 11.1, I get this error when trying to start a rails app that includes this gem.
/Users/aaron/.rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/image_optim-0.11.1/lib/image_optim/railtie.rb:17:in
block in <class:Railtie>': undefined method
register_preprocessor' for nil:NilClass (NoMethodError)The text was updated successfully, but these errors were encountered: