User can import data to our website from a file. Typically, data contains several hundred elements (Item <ActiveRecord :: Base).
Although validations help, they cannot solve the problem of verifying the health of content. For this, we would like to have a test mode.
Is it possible to use a temporary table Items for this with Rails / MySQL and, if so, how to do it?
glebm source
share