delete_recursively
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
 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)...