Shut up, SQLite!
SQL (6.0ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
Hate it when the above useless message fills up big portions of your Rails development log?
Me too! This plugin filters them out, but still logs all other SQL queries normally.
Installation
Rails 2.3.x
./script/plugin install git://github.com/DavidMikeSimon/shutup_sqlite.git
Rails 3.0
rails plugin install git://github.com/DavidMikeSimon/shutup_sqlite.git
Current version is 0.2