RubyGems Navigation menu

prune_ar 0.1.0

Given an initial set of records to delete prune_ar deletes all other records (accessible via ActiveRecord) that are now orphaned due to a belongs_to relation which is now non-existent. This allows you to safely delete records that you want to delete without creating orphaned records in another table (& without violating foreign key constraints if you use them). This can be used to prune a production database (given deletion criteria for top level parent-less independent entities) for use in a development environment without compromising customer data.

Gemfile:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 0.1.0 - December 21, 2018 (17,5 KB)

dependencias de Runtime (1):

dependencias de Development (12):

bundler ~> 1.17
mysql2 ~> 0.5
pg ~> 1.1
pry ~> 0.12
rake ~> 10.0
rspec ~> 3.8
rubocop ~> 0.61
simplecov ~> 0.12
sqlite3 ~> 1.3

Propietarios:

Autores:

  • Anirban Mukhopadhyay

SHA 256 checksum:

0e75675e7791750b907b221d99870ebf01efac9010d70632a18cf042eaf5bf60

Total de descargas 2.140

Para esta versión 2.140

Licencias:

N/A

Versión de Ruby requerida: >= 0

Enlace: