Hi,
After upgrading from 4.2.4 to 4.2.5.1, I am getting this error on our CI server, for 6 projects out of 10: $ bundle exec rake db:schema:load rake aborted! NoMethodError: method `register_preprocessor' for nil:NilClass /home/rof/cache/bundler/ruby/2.1.0/gems/less-rails-2.7.0/lib/less/rails/railtie.rb:19:in `block in <class:Railtie>' /home/rof/cache/bundler/ruby/2.1.0/gems/railties-4.2.5.1/lib/rails/initializable.rb:30:in `instance_exec' /home/rof/cache/bundler/ruby/2.1.0/gems/railties-4.2.5.1/lib/rails/initializable.rb:30:in `run' /home/rof/cache/bundler/ruby/2.1.0/gems/railties-4.2.5.1/lib/rails/initializable.rb:55:in `block in run_initializers' /home/rof/cache/bundler/ruby/2.1.0/gems/railties-4.2.5.1/lib/rails/initializable.rb:54:in `run_initializers' /home/rof/cache/bundler/ruby/2.1.0/gems/railties-4.2.5.1/lib/rails/application.rb:352:in `initialize!' /home/rof/src/github.com/mediweb/project_redacted/config/environment.rb:5:in `<top (required)>' /home/rof/cache/bundler/ruby/2.1.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in `require' /home/rof/cache/bundler/ruby/2.1.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in `block in require' /home/rof/cache/bundler/ruby/2.1.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:240:in `load_dependency' /home/rof/cache/bundler/ruby/2.1.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in `require' /home/rof/cache/bundler/ruby/2.1.0/gems/railties-4.2.5.1/lib/rails/application.rb:328:in `require_environment!' /home/rof/cache/bundler/ruby/2.1.0/gems/railties-4.2.5.1/lib/rails/application.rb:457:in `block in run_tasks_blocks' Tasks: TOP => db:schema:load => environment (See full trace by running task with --trace) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
