delete_recursively icon indicating copy to clipboard operation
delete_recursively copied to clipboard

A Ruby gem that adds a better option to recursively delete dependent ActiveRecords.

Results 1 delete_recursively issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/jaynetics/delete_recursively/assets/3292037/bf253e77-95d2-4865-9190-1c9f7aacbc0f) I get these errors on a `has_one` and `belongs_to` association ``` /home/onkara/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/activerecord-7.0.7.2/lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `exec_params': ERROR: update or delete on table "users" violates foreign key constraint "fk_rails_5676777bf1" on table "settings" (PG::ForeignKeyViolation)...