Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / grosser/soft_deletion issues and pull requests

#54 - try deprecators

Pull Request - State: closed - Opened by grosser 8 months ago

#53 - Viralpraxis add rails 7 1 support

Pull Request - State: closed - Opened by grosser 8 months ago

#52 - Add support for `Rails ~> 7.1`

Pull Request - State: closed - Opened by viralpraxis 8 months ago - 5 comments

#51 - v1.6.0+ breaks dependent nullify if it is not a has_many association

Issue - State: open - Opened by xtagon about 1 year ago - 3 comments

#50 - Add Ruby 3.1 and 3.2 to the CI matrix

Pull Request - State: closed - Opened by petergoldstein over 1 year ago - 1 comment

#49 - Ruby 3 support

Pull Request - State: closed - Opened by MarkusHarmsen over 1 year ago - 6 comments

#48 - drop EOL dependencies

Pull Request - State: closed - Opened by grosser about 2 years ago

#47 - add support for rails 7

Pull Request - State: closed - Opened by roman-melnyk about 2 years ago - 7 comments

#46 - Rails 7

Issue - State: closed - Opened by apauly over 2 years ago - 2 comments

#45 - rails 6.1

Pull Request - State: closed - Opened by grosser over 3 years ago

#44 - When association is nullifying on soft delete it now uses `.update_all`

Pull Request - State: closed - Opened by vanhalt almost 5 years ago - 2 comments

#43 - bump ruby versions / drop old rails versions

Pull Request - State: closed - Opened by grosser about 5 years ago

#42 - Rails 6 compatibility

Pull Request - State: closed - Opened by apauly about 5 years ago - 14 comments

#41 - Compatibility with Rails 5.2 final release

Pull Request - State: closed - Opened by bsboris about 6 years ago - 1 comment

#40 - Don't really want to nullify upon soft deletion

Issue - State: open - Opened by joelmichael over 6 years ago - 1 comment

#39 - Pass down soft delete arguments to dependents

Pull Request - State: closed - Opened by ragurney over 6 years ago

#38 - test for reload issue

Pull Request - State: closed - Opened by grosser over 6 years ago

#37 - bump

Pull Request - State: closed - Opened by grosser over 6 years ago

#36 - Reload Doesn't Apply Soft Deletion Scope

Issue - State: closed - Opened by ragurney over 6 years ago - 3 comments

#35 - Request: Keep a change log

Issue - State: closed - Opened by xtagon over 6 years ago - 4 comments

#34 - Compatibility with Rails 5.2

Pull Request - State: closed - Opened by pschambacher over 6 years ago - 1 comment

#33 - Update counter-cache on soft delete and undelete

Pull Request - State: closed - Opened by kpandya3 almost 7 years ago - 6 comments

#32 - add test and docs for bad usecase

Pull Request - State: closed - Opened by grosser almost 7 years ago

#31 - Uniqueness validations with scope include soft deleted records

Issue - State: open - Opened by seangoedecke almost 7 years ago - 3 comments

#30 - Upgrade RSpec

Pull Request - State: closed - Opened by pschambacher about 7 years ago

#29 - Compatibility with Rails 5.1

Pull Request - State: closed - Opened by pschambacher about 7 years ago - 4 comments

#28 - soft_delete! passes args to save!, e.g. validate: false

Pull Request - State: closed - Opened by gabetax over 7 years ago - 4 comments

#27 - handle aborting like AR does to make errors visible

Pull Request - State: closed - Opened by grosser almost 8 years ago - 2 comments

#26 - with_deleted not working with subclasses

Issue - State: closed - Opened by joelmichael almost 8 years ago - 11 comments

#25 - bump gems

Pull Request - State: closed - Opened by grosser almost 8 years ago

#24 - with_deleted not working properly

Issue - State: closed - Opened by joelmichael almost 8 years ago - 7 comments

#23 - test STI

Pull Request - State: closed - Opened by grosser almost 8 years ago - 3 comments

#22 - make with_deleted work in joins/includes

Pull Request - State: closed - Opened by grosser almost 8 years ago - 3 comments

#21 - add single_cov

Pull Request - State: closed - Opened by grosser almost 8 years ago

#20 - drop rails 4.0

Pull Request - State: closed - Opened by grosser almost 8 years ago

#19 - bump rails 5

Pull Request - State: closed - Opened by grosser almost 8 years ago

#18 - Actually test with Rails 5.0.0

Pull Request - State: closed - Opened by pschambacher over 8 years ago

#17 - Cleanup + Compatibility with Rails 5.0

Pull Request - State: closed - Opened by pschambacher over 8 years ago - 3 comments

#16 - Do not changed deleted_at timestamp if already soft deleted

Pull Request - State: closed - Opened by rtatsumi over 8 years ago - 2 comments

#15 - be more clear about what happens to dependant associations

Issue - State: closed - Opened by osheroff almost 9 years ago - 1 comment

#14 - Add deleted_for and only_deleted scopes

Pull Request - State: closed - Opened by jvorenkamp about 10 years ago - 2 comments

#13 - There should be a scope for finding deleted objects

Issue - State: open - Opened by NullVoxPopuli almost 11 years ago - 2 comments

#12 - pass default_scope a lambda for Rails 4 compability

Pull Request - State: closed - Opened by sricc almost 11 years ago - 3 comments

#11 - Add soft_undelete callbacks

Pull Request - State: closed - Opened by olivernn about 11 years ago - 2 comments

#10 - Adds Rails 3 ActiveRecord::Relation methods #with_deleted and #only_deleted

Pull Request - State: closed - Opened by petermin about 11 years ago - 6 comments

#9 - Stop execution chain if a before_callback returns false.

Pull Request - State: closed - Opened by pinkvelociraptor over 11 years ago - 1 comment

#8 - Switch 2 rspec

Pull Request - State: closed - Opened by PikachuEXE over 11 years ago - 13 comments

#7 - Do not apply dangerous default scope when included

Pull Request - State: closed - Opened by PikachuEXE over 11 years ago - 6 comments

#6 - Define default scope if table exists

Pull Request - State: closed - Opened by steved about 12 years ago - 1 comment

#5 - don't use class methods to define soft delete default scope

Pull Request - State: closed - Opened by steved about 12 years ago - 1 comment

#4 - Nonexceptional soft-delete, before callbacks, changing default scope definition

Pull Request - State: closed - Opened by steved about 12 years ago - 1 comment

#3 - don't soft_delete! dependencies that don't include the module

Pull Request - State: closed - Opened by steved about 12 years ago - 1 comment

#2 - Bulk soft deletion

Pull Request - State: closed - Opened by steved about 12 years ago - 1 comment

#1 - Default scope problem

Pull Request - State: closed - Opened by Dagnan about 12 years ago - 2 comments