SyntaxFix
Write A Post
Hire A Developer
Questions
This might not be a suitable solution for the console, but Rails has a method for this problem: Logger#silence
ActiveRecord::Base.logger.silence do # the stuff you want to be silenced end