Sha256: 382911941f4ff106c4d3146bf7be5bf7e64d2dfd88e7afc2bbeaef822fc9bedb
Contents?: true
Size: 674 Bytes
Versions: 18
Compression:
Stored size: 674 Bytes
Contents
# Data Sanity Inspector It is a gem with following options to check sanity of database All data in all models Random data in all models : * specify n number of random records, * specify criteria #OUTPUT It would output result in a table with following details +----+------------+-------------+-------------------+-----------------------+ | id | table_name | primary_key | primary_key_value | errors | +----+------------+-------------+-------------------+-----------------------+ | 1 | Person | person_id | 128 | “Fmno can’t be blank” | +----+------------+-------------+-------------------+-----------------------+
Version data entries
18 entries across 18 versions & 1 rubygems