- Distribute validation jobs using sidekiq
- Remove console logger
- Revert printing 'x' on validation failure
- FileSystem logger is now default
- Print an 'x' for each record validation failure when using FileSystem logger
- Output number of seconds for task completion
- Remove extra period in output to remove batch confusion
- Set default batch size to 1000
- Enable the logger, but set the log level to block SQL output
- Don't show the SQL output for every query
- CHANGE: Don't check base models if we have decendants
- Parameter for the batch size
- Sort models to be validated
- Fix progress reporting output
- Show total model record count
- Show model table name
- Add rake task to generate config file
- Allow filtering of unwanted models
- Allow filtering of unwanted prefixes
- Don't check models without validation
- Don't check child models of STI
- Rake task now takes parameters differently
- Classes now use instances, not class methods
- Add new logger class to allow for custom logging
- Use table_exists? in place of table name
- Add progress indicator during run
- Change to dependency on rails
- Initial release