Issue: It breaks compatibility with old good Log4r and default ::Logger. I found that issue today while trying to setup custom logger. The cause is the new ActiveSupport::Logger#silence method, which is called by ActiveRecord pending migration checker.
Another issue is that the Kernel has its own #silence method which is called instead of ActiveSupport::Logger#silence (when ::Logger used). Seem like names conflict. -- 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 http://groups.google.com/group/rubyonrails-core?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
