Skip to content

DavidMikeSimon/shutup_sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. It’s compatible with both Rails 2 and 3.

Installation

Just add it to your Gemfile, then allow the now soothingly high relevance of your log files wash over you and relieve your stress.

About

Gets rid of all those annoying 'sqlite_master' query notices in your Rails logs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages