I have this testingdatabase which, by now, is stuffed with junk. Now I\'ve done a few Table.destroy_all commands in the rails console which deletes all records and dependencies
This worked for me - ActiveRecord::Base.connection.execute("TRUNCATE table_name")
ActiveRecord::Base.connection.execute("TRUNCATE table_name")