0.0
No commit activity in last 3 years
No release in over 3 years
This gem blocks those Rails log messages about 'sqlite_master' that fill up your development log
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.